Class GHIntLongHashMap

java.lang.Object
com.carrotsearch.hppc.IntLongHashMap
com.graphhopper.coll.GHIntLongHashMap
All Implemented Interfaces:
com.carrotsearch.hppc.IntLongAssociativeContainer, com.carrotsearch.hppc.IntLongMap, com.carrotsearch.hppc.Preallocable, Cloneable, Iterable<com.carrotsearch.hppc.cursors.IntLongCursor>

public class GHIntLongHashMap extends com.carrotsearch.hppc.IntLongHashMap
Author:
Peter Karich
  • Nested Class Summary

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

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

    Fields inherited from class com.carrotsearch.hppc.IntLongHashMap

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

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

    Methods inherited from class com.carrotsearch.hppc.IntLongHashMap

    addTo, 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, 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

    • GHIntLongHashMap

      public GHIntLongHashMap()
    • GHIntLongHashMap

      public GHIntLongHashMap(int capacity)
    • GHIntLongHashMap

      public GHIntLongHashMap(int capacity, double loadFactor)
    • GHIntLongHashMap

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