Uses of Class
com.tangosol.util.MultiBinaryLongMap.MaskedLongMapHolder
Packages that use MultiBinaryLongMap.MaskedLongMapHolder
-
Uses of MultiBinaryLongMap.MaskedLongMapHolder in com.tangosol.util
Subclasses of MultiBinaryLongMap.MaskedLongMapHolder in com.tangosol.utilModifier and TypeClassDescriptionclass
LeftoverLongMapHolder is the MaskedLongMapHolder implementation that is backed by the "real" key tree itself.Fields in com.tangosol.util declared as MultiBinaryLongMap.MaskedLongMapHolderModifier and TypeFieldDescriptionprotected final MultiBinaryLongMap.MaskedLongMapHolder
MultiBinaryLongMap.MaskedBinaryLongMap.f_holder
The MaskedLongMapHolder associated with this MaskedBinaryLongMap.Methods in com.tangosol.util that return MultiBinaryLongMap.MaskedLongMapHolderModifier and TypeMethodDescriptionMultiBinaryLongMap.MaskedBinaryLongMap.getHolder()
Return the MaskedLongMapHolder used to manage the lifecycle of this MaskedBinaryLongMap.Constructors in com.tangosol.util with parameters of type MultiBinaryLongMap.MaskedLongMapHolderModifierConstructorDescriptionLeftoverMaskedBinaryLongMap
(MultiBinaryLongMap.MaskedLongMapHolder holder, BinaryLongMap blm, int cShift, int cBits) Construct a LeftoverMaskedBinaryLongMap.MaskedBinaryLongMap
(MultiBinaryLongMap.MaskedLongMapHolder holder, BinaryLongMap blm, int cShift, int cBits) Construct a MaskedBinaryLongMap based on the specified binary long map using the specified shift and bit-widths.