org.saddle.locator

LocatorInt

class LocatorInt extends Locator[Int]

A integer-to-integer hash map, backed by fastutil implementation

Linear Supertypes
Locator[Int], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LocatorInt
  2. Locator
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocatorInt(sz: Int = Locator.INIT_CAPACITY)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def contains(key: Int): Boolean

    Whether the instance contains the key

    Whether the instance contains the key

    key

    The key to query

    Definition Classes
    LocatorIntLocator
  9. def count(key: Int): Int

    Return the number of times the key was entered into the map

    Return the number of times the key was entered into the map

    key

    The key to query

    Definition Classes
    LocatorIntLocator
  10. def counts(): Array[Int]

    Returns counts associated with the keys in the same order as keys()

    Returns counts associated with the keys in the same order as keys()

    Definition Classes
    LocatorIntLocator
  11. val cts: Int2IntOpenHashMap

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def get(key: Int): Int

    Should return the first offset corresponding to the provided key, or -1 if none was found.

    Should return the first offset corresponding to the provided key, or -1 if none was found.

    key

    The key to query

    Definition Classes
    LocatorIntLocator
  16. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def inc(key: Int): Int

    Increment the count for a key

    Increment the count for a key

    key

    The key whose count should increment

    Definition Classes
    LocatorIntLocator
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def keys(): Array[Int]

    Return the keys contained in the map in original insertion order

    Return the keys contained in the map in original insertion order

    Definition Classes
    LocatorIntLocator
  21. val map: Int2IntLinkedOpenHashMap

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def put(key: Int, value: Int): Unit

    Put a new key into the map along with an associated integer value.

    Put a new key into the map along with an associated integer value.

    key

    Key to put into map

    value

    Value to associate with key

    Definition Classes
    LocatorIntLocator
  26. def size: Int

    Number of entries in the Locator map

    Number of entries in the Locator map

    Definition Classes
    LocatorIntLocator
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Locator[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any