Class

cern.colt.list

AbstractByteList

Related Doc: package list

Permalink

abstract class AbstractByteList extends AbstractList

Linear Supertypes
AbstractList, AbstractCollection, PersistentObject, Cloneable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractByteList
  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 AbstractByteList()

    Permalink
    Attributes
    protected[cern.colt.list]

Abstract Value Members

  1. abstract def ensureCapacity(minCapacity: Int): Unit

    Permalink
  2. abstract def getQuick(index: Int): Byte

    Permalink
    Attributes
    protected[cern.colt.list]
  3. abstract def setQuick(index: Int, element: Byte): Unit

    Permalink
    Attributes
    protected[cern.colt.list]

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 add(element: Byte): Unit

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

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
  13. def binarySearchFromTo(key: Byte, from: Int, to: Int): Int

    Permalink
  14. def clear(): Unit

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

    Permalink
    Definition Classes
    AbstractByteListPersistentObject → AnyRef
  16. def contains(elem: Byte): Boolean

    Permalink
  17. def delete(element: Byte): Unit

    Permalink
  18. def elements(elements: Array[Byte]): AbstractByteList

    Permalink
  19. def elements(): Array[Byte]

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

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

    Permalink
    Definition Classes
    AbstractByteList → AnyRef → Any
  22. def fillFromToWith(from: Int, to: Int, val: Byte): Unit

    Permalink
  23. def finalize(): Unit

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

    Permalink
  25. def get(index: Int): Byte

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def indexOf(element: Byte): Int

    Permalink
  29. def indexOfFromTo(element: Byte, from: Int, to: Int): Int

    Permalink
  30. def isEmpty(): Boolean

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

    Permalink
    Definition Classes
    Any
  32. def lastIndexOf(element: Byte): Int

    Permalink
  33. def lastIndexOfFromTo(element: Byte, from: Int, to: Int): Int

    Permalink
  34. final def mergeSort(): Unit

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def partFromTo(from: Int, to: Int): AbstractByteList

    Permalink
  40. final def quickSort(): Unit

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  42. def remove(index: Int): Unit

    Permalink
    Definition Classes
    AbstractList
  43. def removeAll(other: AbstractByteList): Boolean

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  45. def replaceFromToWithFrom(from: Int, to: Int, other: AbstractByteList, otherFrom: Int): Unit

    Permalink
  46. def replaceFromToWithFromTo(from: Int, to: Int, other: AbstractByteList, otherFrom: Int, otherTo: Int): Unit

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  48. def retainAll(other: AbstractByteList): Boolean

    Permalink
  49. def reverse(): Unit

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  50. def set(index: Int, element: Byte): Unit

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

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

    Permalink
    Attributes
    protected[cern.colt.list]
  53. final def shuffle(): Unit

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  55. def size(): Int

    Permalink
    Definition Classes
    AbstractByteListAbstractCollection
  56. final def sort(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  59. def times(times: Int): AbstractByteList

    Permalink
  60. def toList(): ArrayList

    Permalink
    Definition Classes
    AbstractByteListAbstractCollection
  61. def toString(): String

    Permalink
    Definition Classes
    AbstractByteListAbstractCollection → AnyRef → Any
  62. def trimToSize(): Unit

    Permalink
    Definition Classes
    AbstractList
  63. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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