java.lang.Object | +--org.apache.commons.collections.map.AbstractHashedMap.HashEntry | +--org.apache.commons.collections.map.AbstractLinkedMap.LinkEntryEnclosing Class:
The entry after this one in the order | |
The entry before this one in the order |
LinkEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) Constructs a new entry. |
protected AbstractLinkedMap.LinkEntry after
protected AbstractLinkedMap.LinkEntry before
protected LinkEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)