Uses of Class
com.tangosol.util.MultiBinaryLongMap.MaskedLongMapHolder
-
Packages that use MultiBinaryLongMap.MaskedLongMapHolder Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.MaskedLongMapHolder in com.tangosol.util
Subclasses of MultiBinaryLongMap.MaskedLongMapHolder in com.tangosol.util Modifier and Type Class Description classMultiBinaryLongMap.LeftoverLongMapHolderLeftoverLongMapHolder is the MaskedLongMapHolder implementation that is backed by the "real" key tree itself.Fields in com.tangosol.util declared as MultiBinaryLongMap.MaskedLongMapHolder Modifier and Type Field Description protected MultiBinaryLongMap.MaskedLongMapHolderMultiBinaryLongMap.MaskedBinaryLongMap. f_holderThe MaskedLongMapHolder associated with this MaskedBinaryLongMap.Methods in com.tangosol.util that return MultiBinaryLongMap.MaskedLongMapHolder Modifier and Type Method Description MultiBinaryLongMap.MaskedLongMapHolderMultiBinaryLongMap.MaskedBinaryLongMap. getHolder()Return the MaskedLongMapHolder used to manage the lifecycle of this MaskedBinaryLongMap.Constructors in com.tangosol.util with parameters of type MultiBinaryLongMap.MaskedLongMapHolder Constructor Description LeftoverMaskedBinaryLongMap(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.
-