Class ObjectByteHashMapWithHashingStrategy<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategy<K>
All Implemented Interfaces:
Externalizable, Serializable, ByteIterable, MutableObjectByteMap<K>, ObjectByteMap<K>, PrimitiveIterable

public class ObjectByteHashMapWithHashingStrategy<K> extends Object implements MutableObjectByteMap<K>, Externalizable
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
Since:
7.0.
See Also:
  • Field Details

  • Constructor Details

    • ObjectByteHashMapWithHashingStrategy

      @Deprecated public ObjectByteHashMapWithHashingStrategy()
      Deprecated.
      Use ObjectByteHashMapWithHashingStrategy(HashingStrategy) instead.
    • ObjectByteHashMapWithHashingStrategy

      public ObjectByteHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy)
    • ObjectByteHashMapWithHashingStrategy

      public ObjectByteHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
    • ObjectByteHashMapWithHashingStrategy

      public ObjectByteHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, ObjectByteMap<? extends K> map)
  • Method Details