|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.util.FastMap.Entry
public static final class FastMap.Entry
This class represents a FastMap
entry.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object that)
Indicates if this entry is considered equals to the specified entry (using default value and key equality comparator to ensure symetry). |
java.lang.Object |
getKey()
Returns the key for this entry. |
FastCollection.Record |
getNext()
Returns the entry after this one. |
FastCollection.Record |
getPrevious()
Returns the entry before this one. |
java.lang.Object |
getValue()
Returns the value for this entry. |
int |
hashCode()
Returns the hash code for this entry. |
java.lang.Object |
setValue(java.lang.Object value)
Sets the value for this entry. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final FastCollection.Record getNext()
getNext
in interface FastCollection.Record
public final FastCollection.Record getPrevious()
getPrevious
in interface FastCollection.Record
public final java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public final java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public final java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
value
- the new value.
public boolean equals(java.lang.Object that)
equals
in interface java.util.Map.Entry
equals
in class java.lang.Object
that
- the object to test for equality.
true if both entry have equal keys and values.
false otherwise.
public int hashCode()
hashCode
in interface java.util.Map.Entry
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |