public interface CollapsibleEvent
| Modifier and Type | Method and Description |
|---|---|
boolean |
collapse(CollapsibleEvent event)
Collapse current object/event with specified one.
|
boolean |
equals(java.lang.Object event)
Returns
true if the current event is equivalent to the specified one. |
int |
hashCode()
Returns hash code for current event.
|
boolean collapse(CollapsibleEvent event)
false if collapse operation failed (object are not 'equals')boolean equals(java.lang.Object event)
true if the current event is equivalent to the specified one.Object.equals(Object) method as we use an HashMap to store
these event
in the UpdateEventHandler class.equals in class java.lang.Objectint hashCode()
Object.hashCode()
contract.hashCode in class java.lang.Object