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