Uses of Class
com.tangosol.util.MultiBinaryLongMap.LongStorage
Packages that use MultiBinaryLongMap.LongStorage
-
Uses of MultiBinaryLongMap.LongStorage in com.tangosol.util
Fields in com.tangosol.util declared as MultiBinaryLongMap.LongStorageModifier and TypeFieldDescriptionprotected final MultiBinaryLongMap.LongStorageMultiBinaryLongMap.f_storageThe underlying storage for the values.protected final MultiBinaryLongMap.LongStorageMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.f_storeThe LongStorage.protected final 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.LongStorageModifierConstructorDescriptionAbstractDelegateBinaryLongMap(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.