| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiBinaryLongMap.LeftoverLongMapHolder
LeftoverLongMapHolder is the MaskedLongMapHolder implementation that is
backed by the "real" key tree itself.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiBinaryLongMap.MaskedLongMapHolder |
MultiBinaryLongMap.MaskedBinaryLongMap.f_holder
The MaskedLongMapHolder associated with this MaskedBinaryLongMap.
|
| Modifier and Type | Method and Description |
|---|---|
MultiBinaryLongMap.MaskedLongMapHolder |
MultiBinaryLongMap.MaskedBinaryLongMap.getHolder()
Return the MaskedLongMapHolder used to manage the lifecycle of this
MaskedBinaryLongMap.
|
| Constructor and 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.
|