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