Uses of Class
com.tangosol.util.SimpleMapEntry
Packages that use SimpleMapEntry
Package
Description
Contains classes related to J2SE 1.4 NIO functionality.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains classes providing basic XML related functionality.
Contains various generic utilities.
- 
Uses of SimpleMapEntry in com.tangosol.io.nio
Subclasses of SimpleMapEntry in com.tangosol.io.nio - 
Uses of SimpleMapEntry in com.tangosol.net.cache
Subclasses of SimpleMapEntry in com.tangosol.net.cacheModifier and TypeClassDescriptionclassA Cache Entry implementation. - 
Uses of SimpleMapEntry in com.tangosol.net.partition
Subclasses of SimpleMapEntry in com.tangosol.net.partitionModifier and TypeClassDescriptionclassA Cache Entry implementation. - 
Uses of SimpleMapEntry in com.tangosol.run.xml
Subclasses of SimpleMapEntry in com.tangosol.run.xmlModifier and TypeClassDescriptionclassAn implementation of Entry that supports keeping them in a list. - 
Uses of SimpleMapEntry in com.tangosol.util
Subclasses of SimpleMapEntry in com.tangosol.utilModifier and TypeClassDescriptionprotected classA Map Entry implementation that defers its value acquisition from the containing map (viaMap.get(Object)) if the Entry is constructed with a null value.static classSimple implementation of the InvocableMap.Entry interface.protected classAn Entry implementation that is augmented to allow an Entry instance to be re-used, which means that the same Entry instance can represent different map entries over time.