Package | Description |
---|---|
com.espertech.esper.collection.apachecommons |
Apache commons collection classes such as for soft-reference map implementation
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractHashedMap.HashEntry
HashEntry used to store the data.
|
class |
AbstractKeyValue
Abstract pair class to assist with creating
KeyValue
and Map.Entry implementations. |
class |
AbstractMapEntry
Abstract Pair class to assist with creating correct
Map.Entry implementations. |
protected static class |
AbstractReferenceMap.ReferenceEntry
A MapEntry implementation for the map.
|
class |
DefaultMapEntry
A restricted implementation of
Map.Entry that prevents
the Map.Entry contract from being broken. |
Constructor and Description |
---|
DefaultMapEntry(KeyValue pair)
Constructs a new entry from the specified
KeyValue . |