Class ObjectLongHashMapWithHashingStrategy<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategy<K>
All Implemented Interfaces:
Externalizable, Serializable, LongIterable, MutableObjectLongMap<K>, ObjectLongMap<K>, PrimitiveIterable

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

  • Constructor Details

    • ObjectLongHashMapWithHashingStrategy

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

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

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

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