Class ObjectCharHashMapWithHashingStrategy<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategy<K>
All Implemented Interfaces:
Externalizable, Serializable, CharIterable, MutableObjectCharMap<K>, ObjectCharMap<K>, PrimitiveIterable

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

  • Constructor Details

    • ObjectCharHashMapWithHashingStrategy

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

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

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

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