Class

cern.colt.list

ObjectArrayList

Related Doc: package list

Permalink

class ObjectArrayList extends AbstractList

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

Instance Constructors

  1. new ObjectArrayList(initialCapacity: Int)

    Permalink
  2. new ObjectArrayList(elements: Array[AnyRef])

    Permalink
  3. new ObjectArrayList()

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

    Permalink
  5. def addAllOf(collection: Collection): Unit

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
  13. def binarySearchFromTo(key: Any, from: Int, to: Int, comparator: Comparator): Int

    Permalink
  14. def binarySearchFromTo(key: Any, from: Int, to: Int): Int

    Permalink
  15. def clear(): Unit

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

    Permalink
    Definition Classes
    ObjectArrayListPersistentObject → AnyRef
  17. def contains(elem: Any, testForEquality: Boolean): Boolean

    Permalink
  18. def copy(): ObjectArrayList

    Permalink
  19. def delete(element: Any, testForEquality: Boolean): Unit

    Permalink
  20. def elements(elements: Array[AnyRef]): ObjectArrayList

    Permalink
  21. def elements(): Array[AnyRef]

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

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

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

    Permalink
  25. def equals(otherObj: Any): Boolean

    Permalink
    Definition Classes
    ObjectArrayList → AnyRef → Any
  26. def fillFromToWith(from: Int, to: Int, val: Any): Unit

    Permalink
  27. def finalize(): Unit

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

    Permalink
  29. def get(index: Int): AnyRef

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

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

    Permalink
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. def indexOf(element: Any, testForEquality: Boolean): Int

    Permalink
  34. def indexOfFromTo(element: Any, from: Int, to: Int, testForEquality: Boolean): Int

    Permalink
  35. def isEmpty(): Boolean

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

    Permalink
    Definition Classes
    Any
  37. def isSortedFromTo(from: Int, to: Int): Boolean

    Permalink
  38. def lastIndexOf(element: Any, testForEquality: Boolean): Int

    Permalink
  39. def lastIndexOfFromTo(element: Any, from: Int, to: Int, testForEquality: Boolean): Int

    Permalink
  40. final def mergeSort(): Unit

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

    Permalink
  42. def mergeSortFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def partFromTo(from: Int, to: Int): ObjectArrayList

    Permalink
  47. final def quickSort(): Unit

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

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  49. def remove(index: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  50. def removeAll(other: ObjectArrayList, testForEquality: Boolean): Boolean

    Permalink
  51. def removeFromTo(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  52. def replaceFromToWithFrom(from: Int, to: Int, other: ObjectArrayList, otherFrom: Int): Unit

    Permalink
  53. def replaceFromToWithFromTo(from: Int, to: Int, other: ObjectArrayList, otherFrom: Int, otherTo: Int): Unit

    Permalink
  54. def replaceFromWith(from: Int, other: Collection): Unit

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  55. def retainAll(other: ObjectArrayList, testForEquality: Boolean): Boolean

    Permalink
  56. def reverse(): Unit

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  57. def set(index: Int, element: Any): Unit

    Permalink
  58. def setQuick(index: Int, element: Any): Unit

    Permalink
  59. def setSize(newSize: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  60. final def shuffle(): Unit

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

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

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

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

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

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

    Permalink
  67. def toArray(array: Array[AnyRef]): Array[AnyRef]

    Permalink
  68. def toList(): ArrayList

    Permalink
    Definition Classes
    ObjectArrayListAbstractCollection
  69. def toString(): String

    Permalink
    Definition Classes
    ObjectArrayListAbstractCollection → AnyRef → Any
  70. def trimToSize(): Unit

    Permalink
    Definition Classes
    ObjectArrayListAbstractList
  71. final def wait(): Unit

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

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

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

Inherited from AbstractList

Inherited from AbstractCollection

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped