org.apache.commons.collections.map

Class IdentityMap.IdentityEntry

protected static class IdentityMap.IdentityEntry extends HashEntry

HashEntry
Constructor Summary
protected IdentityEntry(HashEntry next, int hashCode, Object key, Object value)
Method Summary
booleanequals(Object obj)
inthashCode()

Constructor Detail

IdentityEntry

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

Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.