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