Uses of Class
com.tangosol.util.SafeHashMap.ValuesCollection
Packages that use SafeHashMap.ValuesCollection
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
- 
Uses of SafeHashMap.ValuesCollection in com.tangosol.net.cache
Subclasses of SafeHashMap.ValuesCollection in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected classA collection of values backed by this map.Methods in com.tangosol.net.cache that return SafeHashMap.ValuesCollectionModifier and TypeMethodDescriptionprotected SafeHashMap.ValuesCollectionLocalCache.instantiateValuesCollection()Factory pattern. - 
Uses of SafeHashMap.ValuesCollection in com.tangosol.util
Fields in com.tangosol.util declared as SafeHashMap.ValuesCollectionModifier and TypeFieldDescriptionprotected SafeHashMap<K,V>.ValuesCollection SafeHashMap.m_colValuesThe collection of values backed by this map.Methods in com.tangosol.util that return SafeHashMap.ValuesCollectionModifier and TypeMethodDescriptionprotected SafeHashMap<K,V>.ValuesCollection SafeHashMap.instantiateValuesCollection()Factory pattern.