Uses of Interface
com.espertech.esper.common.internal.collection.apachecommons.KeyValue
Package
Description
Apache commons collection classes such as for soft-reference map implementation
-
Uses of KeyValue in com.espertech.esper.common.internal.collection.apachecommons
Modifier and TypeClassDescriptionprotected static class
HashEntry used to store the data.class
Abstract pair class to assist with creatingKeyValue
andMap.Entry
implementations.class
Abstract Pair class to assist with creating correctMap.Entry
implementations.protected static class
A MapEntry implementation for the map.final class
A restricted implementation ofMap.Entry
that prevents theMap.Entry
contract from being broken.ModifierConstructorDescriptionDefaultMapEntry
(KeyValue pair) Constructs a new entry from the specifiedKeyValue
.