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