org.saddle.locator

LocatorLong

Related Doc: package locator

class LocatorLong extends Locator[Long]

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

Linear Supertypes
Locator[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocatorLong
  2. Locator
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contains(key: Long): Boolean

    Whether the instance contains the key

    Whether the instance contains the key

    key

    The key to query

    Definition Classes
    LocatorLongLocator
  7. def count(key: Long): 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
    LocatorLongLocator
  8. 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
    LocatorLongLocator
  9. val cts: Long2IntOpenHashMap

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(key: Long): 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
    LocatorLongLocator
  14. final def getClass(): Class[_]

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

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

    Increment the count for a key

    Increment the count for a key

    key

    The key whose count should increment

    Definition Classes
    LocatorLongLocator
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def keys(): Array[Long]

    Return the keys contained in the map in original insertion order

    Return the keys contained in the map in original insertion order

    Definition Classes
    LocatorLongLocator
  19. val map: Long2IntLinkedOpenHashMap

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

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

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

    Definition Classes
    AnyRef
  23. def put(key: Long, 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
    LocatorLongLocator
  24. def size: Int

    Number of entries in the Locator map

    Number of entries in the Locator map

    Definition Classes
    LocatorLongLocator
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Locator[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped