Uses of Class
com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap
-
Packages that use MultiBinaryLongMap.MaskedBinaryLongMap Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.util
Subclasses of MultiBinaryLongMap.MaskedBinaryLongMap in com.tangosol.util Modifier and Type Class Description classMultiBinaryLongMap.LeftoverLongMapHolder.LeftoverMaskedBinaryLongMapLeftoverMaskedBinaryLongMap 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.MaskedBinaryLongMap Modifier and Type Field Description protected List<MultiBinaryLongMap.MaskedBinaryLongMap>MultiBinaryLongMap.MaskedLongMapHolder. m_listBLMsThe list ofreservedmasked BLMs, ordered by increasing shift-position.Methods in com.tangosol.util that return MultiBinaryLongMap.MaskedBinaryLongMap Modifier and Type Method Description protected 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.MaskedBinaryLongMap Modifier and Type Method Description booleanMultiBinaryLongMap.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.
-