Uses of Class
com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
-
Packages that use AbstractKeyBasedMap.EntrySet.Entry Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.net.cache
Subclasses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.net.cache Modifier and Type Class Description class
SerializationCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.net.partition
Subclasses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.net.partition Modifier and Type Class Description class
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.util
Subclasses of AbstractKeyBasedMap.EntrySet.Entry in com.tangosol.util Modifier and Type Class Description 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.
-