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.util
Subclasses of MultiBinaryLongMap.AbstractDelegateBinaryLongMap in com.tangosol.util Modifier and Type Class Description static class
MultiBinaryLongMap.DelegatingBinaryLongMap
An implementation of BinaryLongMap that uses another BinaryLongMap to store its keys and one index of a LongStorage to store its values.protected class
MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap
An extension to the DelegatingBinaryLongMap for the "primary" or "owning" BinaryLongMap that is responsible for adding and removing keys.
-