Uses of Class
com.tangosol.util.MultiBinaryLongMap.WrapperBinaryLongMap
-
Packages that use MultiBinaryLongMap.WrapperBinaryLongMap Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.WrapperBinaryLongMap in com.tangosol.util
Subclasses of MultiBinaryLongMap.WrapperBinaryLongMap in com.tangosol.util Modifier and Type Class Description class
MultiBinaryLongMap.PrimaryBinaryLongMap
A BinaryLongMap implementation that logically represents the "primary" BinaryLongMap of the containing MultiBinaryLongMap.protected class
MultiBinaryLongMap.PrimaryBinaryLongMap.CompressedPrimaryBinaryLongMap
The CompressedPrimaryBinaryLongMap is a trivial "Safe" wrapper around the main key-tree, which associates keys to their single (primary) long value.static class
MultiBinaryLongMap.SafeBinaryLongMap
The SafeBinaryLongMap is a BinaryLongMap implementation that wraps an underlying BinaryLongMap in order to add thread safety.
-