Uses of Class
com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap
Packages that use MultiBinaryLongMap.MaskedBinaryLongMap
- 
Uses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.utilSubclasses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.utilModifier and TypeClassDescriptionclassLeftoverMaskedBinaryLongMap is a MaskedBinaryLongMap implementation that is backed by the leftover (upper 32) bits in "real" key-tree itself.Fields in com.tangosol.util with type parameters of type MultiBinaryLongMap.MaskedBinaryLongMapModifier and TypeFieldDescriptionprotected List<MultiBinaryLongMap.MaskedBinaryLongMap> MultiBinaryLongMap.MaskedLongMapHolder.m_listBLMsThe list ofreservedmasked BLMs, ordered by increasing shift-position.Methods in com.tangosol.util that return MultiBinaryLongMap.MaskedBinaryLongMapModifier and TypeMethodDescriptionprotected MultiBinaryLongMap.MaskedBinaryLongMapMultiBinaryLongMap.LeftoverLongMapHolder.instantiateMaskedBinaryLongMap(int cShift, int cBits) Factory method for instantiating MaskedBinaryLongMap instances associated with this MaskedLongMapHolder.protected MultiBinaryLongMap.MaskedBinaryLongMapMultiBinaryLongMap.MaskedLongMapHolder.instantiateMaskedBinaryLongMap(int cShift, int cBits) Factory method for instantiating MaskedBinaryLongMap instances associated with this MaskedLongMapHolder.Methods in com.tangosol.util with parameters of type MultiBinaryLongMap.MaskedBinaryLongMapModifier and TypeMethodDescriptionbooleanMultiBinaryLongMap.MaskedLongMapHolder.releaseMap(MultiBinaryLongMap.MaskedBinaryLongMap blm) Release a masked BLM that wasreservedfrom this MaskedLongMapHolder.protected voidMultiBinaryLongMap.MaskedLongMapHolder.shiftMaskedMap(MultiBinaryLongMap.MaskedBinaryLongMap blm, int cShiftRight) Shift the representation of the specified MaskedBinaryLongMap by the specified number of bits to the right.