Class

cern.colt.map

AbstractLongIntMap

Related Doc: package map

Permalink

abstract class AbstractLongIntMap extends AbstractMap

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

Instance Constructors

  1. new AbstractLongIntMap()

    Permalink
    Attributes
    protected[cern.colt.map]

Abstract Value Members

  1. abstract def clear(): Unit

    Permalink
    Definition Classes
    AbstractMap
  2. abstract def forEachKey(procedure: LongProcedure): Boolean

    Permalink
  3. abstract def get(key: Long): Int

    Permalink
  4. abstract def put(key: Long, value: Int): Boolean

    Permalink
  5. abstract def removeKey(key: Long): Boolean

    Permalink

Concrete 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 clone(): AnyRef

    Permalink
    Definition Classes
    PersistentObject → AnyRef
  11. def containsKey(key: Long): Boolean

    Permalink
  12. def containsValue(value: Int): Boolean

    Permalink
  13. def copy(): AbstractLongIntMap

    Permalink
  14. def ensureCapacity(minCapacity: Int): Unit

    Permalink
    Definition Classes
    AbstractMap
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forEachPair(procedure: LongIntProcedure): Boolean

    Permalink
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def isEmpty(): Boolean

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

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

    Permalink
  24. def keys(list: LongArrayList): Unit

    Permalink
  25. def keys(): LongArrayList

    Permalink
  26. def keysSortedByValue(keyList: LongArrayList): Unit

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
  32. def pairsSortedByKey(keyList: LongArrayList, valueList: IntArrayList): Unit

    Permalink
  33. def pairsSortedByValue(keyList: LongArrayList, valueList: IntArrayList): Unit

    Permalink
  34. def setUp(initialCapacity: Int, minLoadFactor: Double, maxLoadFactor: Double): Unit

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

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

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

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

    Permalink
  39. def trimToSize(): Unit

    Permalink
    Definition Classes
    AbstractMap
  40. def values(list: IntArrayList): Unit

    Permalink
  41. def values(): IntArrayList

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from AbstractMap

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped