org.apache.commons.collections.map
Class IdentityMap.IdentityEntry<K,V>
java.lang.Object
org.apache.commons.collections.map.AbstractHashedMap.HashEntry<K,V>
org.apache.commons.collections.map.IdentityMap.IdentityEntry<K,V>
- All Implemented Interfaces:
- Map.Entry<K,V>, KeyValue<K,V>
- Enclosing class:
- IdentityMap<K,V>
protected static class IdentityMap.IdentityEntry<K,V>
- extends AbstractHashedMap.HashEntry<K,V>
HashEntry
IdentityMap.IdentityEntry
protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry<K,V> next,
int hashCode,
K key,
V value)
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Map.Entry<K,V>
- Overrides:
equals
in class AbstractHashedMap.HashEntry<K,V>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry<K,V>
- Overrides:
hashCode
in class AbstractHashedMap.HashEntry<K,V>
Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.