Uses of Interface
com.espertech.esper.common.internal.collection.apachecommons.KeyValue
Packages that use 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
Classes in com.espertech.esper.common.internal.collection.apachecommons that implement KeyValueModifier 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.Constructors in com.espertech.esper.common.internal.collection.apachecommons with parameters of type KeyValueModifierConstructorDescriptionDefaultMapEntry
(KeyValue pair) Constructs a new entry from the specifiedKeyValue
.