Class GHLongObjectHashMap<T>

java.lang.Object
com.carrotsearch.hppc.LongObjectHashMap<T>
com.graphhopper.coll.GHLongObjectHashMap<T>
All Implemented Interfaces:
com.carrotsearch.hppc.LongObjectAssociativeContainer<T>, com.carrotsearch.hppc.LongObjectMap<T>, com.carrotsearch.hppc.Preallocable, Cloneable, Iterable<com.carrotsearch.hppc.cursors.LongObjectCursor<T>>

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

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

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

    Fields inherited from class com.carrotsearch.hppc.LongObjectHashMap

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

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

    Methods inherited from class com.carrotsearch.hppc.LongObjectHashMap

    allocateBuffers, allocateThenInsertThenRehash, clear, clone, containsKey, ensureCapacity, equalElements, equals, forEach, from, get, getOrDefault, hashCode, hashKey, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, keys, put, putAll, putAll, putIfAbsent, 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

    • GHLongObjectHashMap

      public GHLongObjectHashMap()
    • GHLongObjectHashMap

      public GHLongObjectHashMap(int capacity)
    • GHLongObjectHashMap

      public GHLongObjectHashMap(int capacity, double loadFactor)
    • GHLongObjectHashMap

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