Class BiInt2NullableObjectMap<V>

java.lang.Object
org.agrona.collections.BiInt2ObjectMap<V>
org.agrona.collections.BiInt2NullableObjectMap<V>
Type Parameters:
V - type of values stored in the Map

public class BiInt2NullableObjectMap<V> extends BiInt2ObjectMap<V>
Variation of BiInt2ObjectMap that allows null values.
  • Constructor Details

    • BiInt2NullableObjectMap

      public BiInt2NullableObjectMap()
      Constructs map with default settings.
    • BiInt2NullableObjectMap

      public BiInt2NullableObjectMap(int initialCapacity, float loadFactor)
      Constructs map with given initial capacity and load factory and enables caching of iterators.
      Parameters:
      initialCapacity - for the backing array.
      loadFactor - limit for resizing on puts.
  • Method Details