Uses of Class
com.tangosol.util.MultiBinaryLongMap.LongStorage
-
Packages that use MultiBinaryLongMap.LongStorage Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.LongStorage in com.tangosol.util
Fields in com.tangosol.util declared as MultiBinaryLongMap.LongStorage Modifier and Type Field Description protected MultiBinaryLongMap.LongStorageMultiBinaryLongMap. f_storageThe underlying storage for the values.protected MultiBinaryLongMap.LongStorageMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor. f_storeThe LongStorage.protected MultiBinaryLongMap.LongStorageMultiBinaryLongMap.AbstractDelegateBinaryLongMap. f_storeThe LongStorage to delegate storage of this BinaryLongMap's values to.Constructors in com.tangosol.util with parameters of type MultiBinaryLongMap.LongStorage Constructor Description AbstractDelegateBinaryLongMap(BinaryLongMap blm, MultiBinaryLongMap.LongStorage store, int iIndex)Construct an AbstractDelegateBinaryLongMap based on the specified key tree, long storage, and storage index.DelegatingBinaryLongMap(BinaryLongMap blm, MultiBinaryLongMap.LongStorage store, int iIndex)Construct a DelegatingBinaryLongMap.DelegatingPrimaryBinaryLongMap(BinaryLongMap blmKeyTree, MultiBinaryLongMap.LongStorage store, ReentrantReadWriteLock rwLockMaster)Construct a DelegatingPrimaryBinaryLongMap.
-