Class

cern.colt.map

OpenLongIntHashMap

Related Doc: package map

Permalink

class OpenLongIntHashMap extends AbstractLongIntMap

Linear Supertypes
AbstractLongIntMap, AbstractMap, PersistentObject, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OpenLongIntHashMap
  2. AbstractLongIntMap
  3. AbstractMap
  4. PersistentObject
  5. Cloneable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenLongIntHashMap(initialCapacity: Int, minLoadFactor: Double, maxLoadFactor: Double)

    Permalink
  2. new OpenLongIntHashMap(initialCapacity: Int)

    Permalink
  3. new OpenLongIntHashMap()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def chooseGrowCapacity(size: Int, minLoad: Double, maxLoad: Double): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  6. def chooseHighWaterMark(capacity: Int, maxLoad: Double): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  7. def chooseLowWaterMark(capacity: Int, minLoad: Double): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  8. def chooseMeanCapacity(size: Int, minLoad: Double, maxLoad: Double): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  9. def chooseShrinkCapacity(size: Int, minLoad: Double, maxLoad: Double): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  10. def clear(): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractMap
  11. def clone(): AnyRef

    Permalink
    Definition Classes
    OpenLongIntHashMapPersistentObject → AnyRef
  12. def containsKey(key: Long): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  13. def containsValue(value: Int): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  14. def copy(): AbstractLongIntMap

    Permalink
    Definition Classes
    AbstractLongIntMap
  15. def ensureCapacity(minCapacity: Int): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractMap
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    AbstractLongIntMap → AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def forEachKey(procedure: LongProcedure): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  20. def forEachPair(procedure: LongIntProcedure): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  21. def get(key: Long): Int

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def indexOfInsertion(key: Long): Int

    Permalink
    Attributes
    protected[cern.colt.map]
  25. def indexOfKey(key: Long): Int

    Permalink
    Attributes
    protected[cern.colt.map]
  26. def indexOfValue(value: Int): Int

    Permalink
    Attributes
    protected[cern.colt.map]
  27. def isEmpty(): Boolean

    Permalink
    Definition Classes
    AbstractMap
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def keyOf(value: Int): Long

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  30. def keys(list: LongArrayList): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  31. def keys(): LongArrayList

    Permalink
    Definition Classes
    AbstractLongIntMap
  32. def keysSortedByValue(keyList: LongArrayList): Unit

    Permalink
    Definition Classes
    AbstractLongIntMap
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def nextPrime(desiredCapacity: Int): Int

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    AbstractMap
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def pairsMatching(condition: LongIntProcedure, keyList: LongArrayList, valueList: IntArrayList): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  38. def pairsSortedByKey(keyList: LongArrayList, valueList: IntArrayList): Unit

    Permalink
    Definition Classes
    AbstractLongIntMap
  39. def pairsSortedByValue(keyList: LongArrayList, valueList: IntArrayList): Unit

    Permalink
    Definition Classes
    AbstractLongIntMap
  40. def put(key: Long, value: Int): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  41. def rehash(newCapacity: Int): Unit

    Permalink
    Attributes
    protected[cern.colt.map]
  42. def removeKey(key: Long): Boolean

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  43. def setUp(initialCapacity: Int, minLoadFactor: Double, maxLoadFactor: Double): Unit

    Permalink
    Attributes
    protected[cern.colt.map]
    Definition Classes
    OpenLongIntHashMapAbstractMap
  44. def size(): Int

    Permalink
    Definition Classes
    AbstractMap
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AbstractLongIntMap → AnyRef → Any
  47. def toStringByValue(): String

    Permalink
    Definition Classes
    AbstractLongIntMap
  48. def trimToSize(): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractMap
  49. def values(list: IntArrayList): Unit

    Permalink
    Definition Classes
    OpenLongIntHashMapAbstractLongIntMap
  50. def values(): IntArrayList

    Permalink
    Definition Classes
    AbstractLongIntMap
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractLongIntMap

Inherited from AbstractMap

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped