Uses of Class
com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap
Packages that use MultiBinaryLongMap.MaskedBinaryLongMap
-
Uses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.util
Subclasses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.utilModifier and TypeClassDescriptionclass
LeftoverMaskedBinaryLongMap 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_listBLMs
The list ofreserved
masked BLMs, ordered by increasing shift-position.Methods in com.tangosol.util that return MultiBinaryLongMap.MaskedBinaryLongMapModifier and TypeMethodDescriptionprotected MultiBinaryLongMap.MaskedBinaryLongMap
MultiBinaryLongMap.LeftoverLongMapHolder.instantiateMaskedBinaryLongMap
(int cShift, int cBits) Factory method for instantiating MaskedBinaryLongMap instances associated with this MaskedLongMapHolder.protected MultiBinaryLongMap.MaskedBinaryLongMap
MultiBinaryLongMap.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 TypeMethodDescriptionboolean
MultiBinaryLongMap.MaskedLongMapHolder.releaseMap
(MultiBinaryLongMap.MaskedBinaryLongMap blm) Release a masked BLM that wasreserved
from this MaskedLongMapHolder.protected void
MultiBinaryLongMap.MaskedLongMapHolder.shiftMaskedMap
(MultiBinaryLongMap.MaskedBinaryLongMap blm, int cShiftRight) Shift the representation of the specified MaskedBinaryLongMap by the specified number of bits to the right.