⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections.map

Class IdentityMap.IdentityEntry

java.lang.Object
|
+--org.apache.commons.collections.map.AbstractHashedMap.HashEntry
   |
   +--org.apache.commons.collections.map.IdentityMap.IdentityEntry
Enclosing Class:


protected static class IdentityMap.IdentityEntry
extends
AbstractHashedMap.HashEntry

HashEntry

Constructor Summary

IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)

HashEntry

Method Summary

boolean

equals(Object obj)

int

hashCode()

Constructor Details

IdentityEntry

protected IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)

HashEntry

Parameters:
next
hashCode
key
value

Method Details

equals

public boolean equals(Object obj)

Parameters:
obj

hashCode

public int hashCode()