Class

cern.colt.list

DoubleArrayList

Related Doc: package list

Permalink

class DoubleArrayList extends AbstractDoubleList

Linear Supertypes
AbstractDoubleList, AbstractList, AbstractCollection, PersistentObject, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DoubleArrayList
  2. AbstractDoubleList
  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 DoubleArrayList(initialCapacity: Int)

    Permalink
  2. new DoubleArrayList(elements: Array[Double])

    Permalink
  3. new DoubleArrayList()

    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: Double): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  5. def addAllOf(other: DoubleArrayList): Unit

    Permalink
    Definition Classes
    AbstractDoubleList
  6. def addAllOf(collection: Collection): Unit

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

    Permalink
    Definition Classes
    AbstractDoubleList
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def beforeInsert(index: Int, element: Double): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  10. def beforeInsertAllOf(index: Int, collection: Collection): Unit

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

    Permalink
    Definition Classes
    AbstractDoubleList
  12. def beforeInsertDummies(index: Int, length: Int): Unit

    Permalink
    Attributes
    protected[cern.colt.list]
    Definition Classes
    AbstractDoubleListAbstractList
  13. def binarySearch(key: Double): Int

    Permalink
    Definition Classes
    AbstractDoubleList
  14. def binarySearchFromTo(key: Double, from: Int, to: Int): Int

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  15. def clear(): Unit

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

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleListPersistentObject → AnyRef
  17. def contains(elem: Double): Boolean

    Permalink
    Definition Classes
    AbstractDoubleList
  18. def copy(): DoubleArrayList

    Permalink
  19. def delete(element: Double): Unit

    Permalink
    Definition Classes
    AbstractDoubleList
  20. def elements(elements: Array[Double]): AbstractDoubleList

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  21. def elements(): Array[Double]

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

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

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

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

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

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

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  28. def get(index: Int): Double

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

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

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

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

    Permalink
    Definition Classes
    AbstractDoubleList
  33. def indexOfFromTo(element: Double, from: Int, to: Int): Int

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

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

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

    Permalink
    Definition Classes
    AbstractDoubleList
  37. def lastIndexOfFromTo(element: Double, from: Int, to: Int): Int

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

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

    Permalink
    Definition Classes
    AbstractDoubleListAbstractList
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def partFromTo(from: Int, to: Int): AbstractDoubleList

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  44. final def quickSort(): Unit

    Permalink
    Definition Classes
    AbstractList
  45. def quickSortFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractDoubleListAbstractList
  46. def remove(index: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  47. def removeAll(other: AbstractDoubleList): Boolean

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  48. def removeFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    AbstractDoubleListAbstractList
  49. def replaceFromToWithFrom(from: Int, to: Int, other: AbstractDoubleList, otherFrom: Int): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  50. def replaceFromToWithFromTo(from: Int, to: Int, other: AbstractDoubleList, otherFrom: Int, otherTo: Int): Unit

    Permalink
    Definition Classes
    AbstractDoubleList
  51. def replaceFromWith(from: Int, other: Collection): Unit

    Permalink
    Definition Classes
    AbstractDoubleListAbstractList
  52. def retainAll(other: AbstractDoubleList): Boolean

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  53. def reverse(): Unit

    Permalink
  54. def set(index: Int, element: Double): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  55. def setQuick(index: Int, element: Double): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractDoubleList
  56. def setSize(newSize: Int): Unit

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

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

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

    Permalink
  60. def size(): Int

    Permalink
    Definition Classes
    AbstractDoubleListAbstractCollection
  61. final def sort(): Unit

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

    Permalink
    Definition Classes
    AbstractList
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def times(times: Int): AbstractDoubleList

    Permalink
    Definition Classes
    AbstractDoubleList
  65. def toList(): ArrayList

    Permalink
    Definition Classes
    AbstractDoubleListAbstractCollection
  66. def toString(): String

    Permalink
    Definition Classes
    AbstractDoubleListAbstractCollection → AnyRef → Any
  67. def trimToSize(): Unit

    Permalink
    Definition Classes
    DoubleArrayListAbstractList
  68. final def wait(): Unit

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

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

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

Inherited from AbstractDoubleList

Inherited from AbstractList

Inherited from AbstractCollection

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped