Class

cern.colt.list

LongArrayList

Related Doc: package list

Permalink

class LongArrayList extends AbstractLongList

Linear Supertypes
AbstractLongList, AbstractList, AbstractCollection, PersistentObject, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongArrayList
  2. AbstractLongList
  3. AbstractList
  4. AbstractCollection
  5. PersistentObject
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongArrayList(initialCapacity: Int)

    Permalink
  2. new LongArrayList(elements: Array[Long])

    Permalink
  3. new LongArrayList()

    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. def add(element: Long): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  5. def addAllOf(collection: Collection): Unit

    Permalink
    Definition Classes
    AbstractList
  6. def addAllOfFromTo(other: AbstractLongList, from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractLongList
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def beforeInsert(index: Int, element: Long): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  9. def beforeInsertAllOf(index: Int, collection: Collection): Unit

    Permalink
    Definition Classes
    AbstractList
  10. def beforeInsertAllOfFromTo(index: Int, other: AbstractLongList, from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractLongList
  11. def beforeInsertDummies(index: Int, length: Int): Unit

    Permalink
    Attributes
    protected[cern.colt.list]
    Definition Classes
    AbstractLongListAbstractList
  12. def binarySearch(key: Long): Int

    Permalink
    Definition Classes
    AbstractLongList
  13. def binarySearchFromTo(key: Long, from: Int, to: Int): Int

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  14. def clear(): Unit

    Permalink
    Definition Classes
    AbstractListAbstractCollection
  15. def clone(): AnyRef

    Permalink
    Definition Classes
    LongArrayListAbstractLongListPersistentObject → AnyRef
  16. def contains(elem: Long): Boolean

    Permalink
    Definition Classes
    AbstractLongList
  17. def copy(): LongArrayList

    Permalink
  18. def countSortFromTo(from: Int, to: Int, min: Long, max: Long): Unit

    Permalink
    Attributes
    protected[cern.colt.list]
  19. def delete(element: Long): Unit

    Permalink
    Definition Classes
    AbstractLongList
  20. def elements(elements: Array[Long]): AbstractLongList

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  21. def elements(): Array[Long]

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  22. def ensureCapacity(minCapacity: Int): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(otherObj: Any): Boolean

    Permalink
    Definition Classes
    LongArrayListAbstractLongList → AnyRef → Any
  25. def fillFromToWith(from: Int, to: Int, val: Long): Unit

    Permalink
    Definition Classes
    AbstractLongList
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  28. def get(index: Int): Long

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getQuick(index: Int): Long

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def indexOf(element: Long): Int

    Permalink
    Definition Classes
    AbstractLongList
  33. def indexOfFromTo(element: Long, from: Int, to: Int): Int

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  34. def isEmpty(): Boolean

    Permalink
    Definition Classes
    AbstractCollection
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def lastIndexOf(element: Long): Int

    Permalink
    Definition Classes
    AbstractLongList
  37. def lastIndexOfFromTo(element: Long, from: Int, to: Int): Int

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  38. final def mergeSort(): Unit

    Permalink
    Definition Classes
    AbstractList
  39. def mergeSortFromTo(from: Int, to: Int, c: LongComparator): Unit

    Permalink
    Definition Classes
    AbstractLongList
  40. def mergeSortFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractLongListAbstractList
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. def partFromTo(from: Int, to: Int): AbstractLongList

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  45. final def quickSort(): Unit

    Permalink
    Definition Classes
    AbstractList
  46. def quickSortFromTo(from: Int, to: Int, c: LongComparator): Unit

    Permalink
    Definition Classes
    AbstractLongList
  47. def quickSortFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractLongListAbstractList
  48. def remove(index: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  49. def removeAll(other: AbstractLongList): Boolean

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  50. def removeFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractLongListAbstractList
  51. def replaceFromToWithFrom(from: Int, to: Int, other: AbstractLongList, otherFrom: Int): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  52. def replaceFromToWithFromTo(from: Int, to: Int, other: AbstractLongList, otherFrom: Int, otherTo: Int): Unit

    Permalink
    Definition Classes
    AbstractLongList
  53. def replaceFromWith(from: Int, other: Collection): Unit

    Permalink
    Definition Classes
    AbstractLongListAbstractList
  54. def retainAll(other: AbstractLongList): Boolean

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  55. def reverse(): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongListAbstractList
  56. def set(index: Int, element: Long): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  57. def setQuick(index: Int, element: Long): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongList
  58. def setSize(newSize: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  59. def setSizeRaw(newSize: Int): Unit

    Permalink
    Attributes
    protected[cern.colt.list]
    Definition Classes
    AbstractLongList
  60. final def shuffle(): Unit

    Permalink
    Definition Classes
    AbstractList
  61. def shuffleFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractLongListAbstractList
  62. def size(): Int

    Permalink
    Definition Classes
    AbstractLongListAbstractCollection
  63. final def sort(): Unit

    Permalink
    Definition Classes
    AbstractList
  64. def sortFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractList
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def times(times: Int): AbstractLongList

    Permalink
    Definition Classes
    AbstractLongList
  67. def toList(): ArrayList

    Permalink
    Definition Classes
    AbstractLongListAbstractCollection
  68. def toString(): String

    Permalink
    Definition Classes
    AbstractLongListAbstractCollection → AnyRef → Any
  69. def trimToSize(): Unit

    Permalink
    Definition Classes
    LongArrayListAbstractList
  70. final def wait(): Unit

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

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

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

Inherited from AbstractLongList

Inherited from AbstractList

Inherited from AbstractCollection

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped