Uses of Class
com.tangosol.util.SimpleMapEntry
-
Packages that use SimpleMapEntry Package Description com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of SimpleMapEntry in com.tangosol.io.nio
Subclasses of SimpleMapEntry in com.tangosol.io.nio Modifier and Type Class Description static class
BinaryMap.Entry
A map entry (key-value pair). -
Uses of SimpleMapEntry in com.tangosol.net.cache
Subclasses of SimpleMapEntry in com.tangosol.net.cache Modifier and Type Class Description class
SerializationCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of SimpleMapEntry in com.tangosol.net.partition
Subclasses of SimpleMapEntry in com.tangosol.net.partition Modifier and Type Class Description class
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of SimpleMapEntry in com.tangosol.run.xml
Subclasses of SimpleMapEntry in com.tangosol.run.xml Modifier and Type Class Description class
SimpleElement.AttributeMap.Entry
An implementation of Entry that supports keeping them in a list. -
Uses of SimpleMapEntry in com.tangosol.util
Subclasses of SimpleMapEntry in com.tangosol.util Modifier and Type Class Description protected class
AbstractKeyBasedMap.EntrySet.Entry
A 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 class
InvocableMapHelper.SimpleEntry<K,V>
Simple implementation of the InvocableMap.Entry interface.protected class
OpenHashMap.EntrySet.Entry
An 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.
-