Uses of Class
com.tangosol.util.SafeHashMap.KeySet
Packages that use SafeHashMap.KeySet
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of SafeHashMap.KeySet in com.tangosol.net.cache
Subclasses of SafeHashMap.KeySet in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected class
Deprecated.A set of entries backed by this map.Methods in com.tangosol.net.cache that return SafeHashMap.KeySetModifier and TypeMethodDescriptionprotected SafeHashMap.KeySet
OldCache.instantiateKeySet()
Deprecated.Factory pattern. -
Uses of SafeHashMap.KeySet in com.tangosol.util
Fields in com.tangosol.util declared as SafeHashMap.KeySetModifier and TypeFieldDescriptionprotected SafeHashMap<K,
V>.KeySet SafeHashMap.m_setKeys
The set of keys backed by this map.Methods in com.tangosol.util that return SafeHashMap.KeySetModifier and TypeMethodDescriptionprotected SafeHashMap<K,
V>.KeySet SafeHashMap.instantiateKeySet()
Factory pattern.