Uses of Class
com.tangosol.util.SafeHashMap.KeySet
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of SafeHashMap.KeySet in com.tangosol.net.cache
Modifier and TypeClassDescriptionprotected class
A set of entries backed by this map.Modifier and TypeMethodDescriptionprotected SafeHashMap.KeySet
LocalCache.instantiateKeySet()
Factory pattern. -
Uses of SafeHashMap.KeySet in com.tangosol.util
Modifier and TypeFieldDescriptionprotected SafeHashMap<K,
V>.KeySet SafeHashMap.m_setKeys
The set of keys backed by this map.Modifier and TypeMethodDescriptionprotected SafeHashMap<K,
V>.KeySet SafeHashMap.instantiateKeySet()
Factory pattern.