Class AbstractHashedMap.HashEntry

java.lang.Object
com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap.HashEntry
All Implemented Interfaces:
KeyValue, Map.Entry
Direct Known Subclasses:
AbstractReferenceMap.ReferenceEntry
Enclosing class:
AbstractHashedMap

protected static class AbstractHashedMap.HashEntry extends Object implements Map.Entry, KeyValue
HashEntry used to store the data.

If you subclass AbstractHashedMap but not HashEntry then you will not be able to access the protected fields. The entryXxx() methods on AbstractHashedMap exist to provide the necessary access.