|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.utilities.IdentityReferenceMap.IdentityReferenceEntry
protected static class IdentityReferenceMap.IdentityReferenceEntry
IdentityReferenceEntry is used to create hash entries in the map. It has a pointer to the parent map so that it may know how to perform hashCode and equal operation on the key and values based on the map configuration.
Constructor Summary | |
---|---|
protected |
IdentityReferenceMap.IdentityReferenceEntry(IdentityReferenceMap setParent,
org.apache.commons.collections.map.AbstractHashedMap.HashEntry setNext,
int setHashCode,
java.lang.Object setKey,
java.lang.Object setValue)
IdentityReferenceEntry constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
(non-Javadoc) |
int |
hashCode()
(non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IdentityReferenceMap.IdentityReferenceEntry(IdentityReferenceMap setParent, org.apache.commons.collections.map.AbstractHashedMap.HashEntry setNext, int setHashCode, java.lang.Object setKey, java.lang.Object setValue)
setParent
- the parent mapsetNext
- the next entry in the hash bucketsetHashCode
- the hash code of the keysetKey
- the keysetValue
- the valueMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map.Entry
AbstractReferenceMap.ReferenceEntry.equals(java.lang.Object)
public int hashCode()
hashCode
in interface java.util.Map.Entry
AbstractReferenceMap.ReferenceEntry.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |