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.LongStorage
MultiBinaryLongMap.f_storage
The underlying storage for the values.protected final MultiBinaryLongMap.LongStorage
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.f_store
The LongStorage.protected final MultiBinaryLongMap.LongStorage
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.f_store
The 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.