Uses of Class
com.tangosol.util.MultiBinaryLongMap.AbstractDelegateBinaryLongMap
- 
Packages that use MultiBinaryLongMap.AbstractDelegateBinaryLongMap Package Description com.tangosol.util Contains various generic utilities.
- 
- 
Uses of MultiBinaryLongMap.AbstractDelegateBinaryLongMap in com.tangosol.utilSubclasses of MultiBinaryLongMap.AbstractDelegateBinaryLongMap in com.tangosol.util Modifier and Type Class Description static classMultiBinaryLongMap.DelegatingBinaryLongMapAn implementation of BinaryLongMap that uses another BinaryLongMap to store its keys and one index of a LongStorage to store its values.protected classMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMapAn extension to the DelegatingBinaryLongMap for the "primary" or "owning" BinaryLongMap that is responsible for adding and removing keys.
 
-