Class GHObjectIntHashMap<T>

java.lang.Object
com.carrotsearch.hppc.ObjectIntHashMap<T>
com.graphhopper.coll.GHObjectIntHashMap<T>
All Implemented Interfaces:
com.carrotsearch.hppc.ObjectIntAssociativeContainer<T>, com.carrotsearch.hppc.ObjectIntMap<T>, com.carrotsearch.hppc.Preallocable, Cloneable, Iterable<com.carrotsearch.hppc.cursors.ObjectIntCursor<T>>

public class GHObjectIntHashMap<T> extends com.carrotsearch.hppc.ObjectIntHashMap<T>
Author:
Peter Karich
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.carrotsearch.hppc.ObjectIntHashMap

    com.carrotsearch.hppc.ObjectIntHashMap.KeysContainer
  • Field Summary

    Fields inherited from class com.carrotsearch.hppc.ObjectIntHashMap

    assigned, hasEmptyKey, keyMixer, keys, loadFactor, mask, orderMixer, resizeAt, values
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GHObjectIntHashMap(int capacity)
     
    GHObjectIntHashMap(int capacity, double loadFactor)
     
    GHObjectIntHashMap(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
     
    GHObjectIntHashMap(com.carrotsearch.hppc.ObjectIntAssociativeContainer container)
     
  • Method Summary

    Methods inherited from class com.carrotsearch.hppc.ObjectIntHashMap

    addTo, allocateBuffers, allocateThenInsertThenRehash, clear, clone, containsKey, ensureCapacity, equalElements, equals, equals, forEach, from, get, getOrDefault, hashCode, hashKey, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, keys, put, putAll, putAll, putIfAbsent, putOrAdd, rehash, release, remove, removeAll, removeAll, removeAll, shiftConflictingKeys, size, toString, values, verifyLoadFactor, visualizeKeyDistribution

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • GHObjectIntHashMap

      public GHObjectIntHashMap()
    • GHObjectIntHashMap

      public GHObjectIntHashMap(int capacity)
    • GHObjectIntHashMap

      public GHObjectIntHashMap(int capacity, double loadFactor)
    • GHObjectIntHashMap

      public GHObjectIntHashMap(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
    • GHObjectIntHashMap

      public GHObjectIntHashMap(com.carrotsearch.hppc.ObjectIntAssociativeContainer container)