Class

cern.colt.list

AbstractList

Related Doc: package list

Permalink

abstract class AbstractList extends AbstractCollection

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

Instance Constructors

  1. new AbstractList()

    Permalink
    Attributes
    protected[cern.colt.list]

Abstract Value Members

  1. abstract def beforeInsertDummies(index: Int, length: Int): Unit

    Permalink
    Attributes
    protected[cern.colt.list]
  2. abstract def mergeSortFromTo(from: Int, to: Int): Unit

    Permalink
  3. abstract def quickSortFromTo(from: Int, to: Int): Unit

    Permalink
  4. abstract def removeFromTo(fromIndex: Int, toIndex: Int): Unit

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

    Permalink
  6. abstract def reverse(): Unit

    Permalink
  7. abstract def shuffleFromTo(from: Int, to: Int): Unit

    Permalink
  8. abstract def size(): Int

    Permalink
    Definition Classes
    AbstractCollection
  9. abstract def toList(): ArrayList

    Permalink
    Definition Classes
    AbstractCollection

Concrete 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 addAllOf(collection: Collection): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beforeInsertAllOf(index: Int, collection: Collection): Unit

    Permalink
  7. def clear(): Unit

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

    Permalink
    Definition Classes
    PersistentObject → AnyRef
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isEmpty(): Boolean

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

    Permalink
    Definition Classes
    Any
  16. final def mergeSort(): Unit

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def quickSort(): Unit

    Permalink
  21. def remove(index: Int): Unit

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

    Permalink
  23. final def shuffle(): Unit

    Permalink
  24. final def sort(): Unit

    Permalink
  25. def sortFromTo(from: Int, to: Int): Unit

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AbstractCollection → AnyRef → Any
  28. def trimToSize(): Unit

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from AbstractCollection

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped