Uses of Class
org.agrona.collections.BiInt2ObjectMap
-
Packages that use BiInt2ObjectMap Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of BiInt2ObjectMap in org.agrona.collections
Subclasses of BiInt2ObjectMap in org.agrona.collections Modifier and Type Class Description class
BiInt2NullableObjectMap<V>
Variation ofBiInt2ObjectMap
that allowsnull
values.
-