Uses of Class
com.tangosol.util.SafeHashMap.EntrySet
-
Packages that use SafeHashMap.EntrySet Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of SafeHashMap.EntrySet in com.tangosol.net.cache
Subclasses of SafeHashMap.EntrySet in com.tangosol.net.cache Modifier and Type Class Description protected class
OldCache.EntrySet
Deprecated.A set of entries backed by this map.Methods in com.tangosol.net.cache that return SafeHashMap.EntrySet Modifier and Type Method Description protected SafeHashMap.EntrySet
OldCache. instantiateEntrySet()
Deprecated.Factory pattern. -
Uses of SafeHashMap.EntrySet in com.tangosol.util
Fields in com.tangosol.util declared as SafeHashMap.EntrySet Modifier and Type Field Description protected SafeHashMap.EntrySet
SafeHashMap. m_setEntries
The set of entries backed by this map.Methods in com.tangosol.util that return SafeHashMap.EntrySet Modifier and Type Method Description protected SafeHashMap.EntrySet
SafeHashMap. instantiateEntrySet()
Factory pattern.
-