Class

cern.colt.list

ByteArrayList

Related Doc: package list

Permalink

class ByteArrayList extends AbstractByteList

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

    Permalink
  2. new ByteArrayList(elements: Array[Byte])

    Permalink
  3. new ByteArrayList()

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

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

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

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  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
    Definition Classes
    AbstractByteList
  11. def beforeInsertDummies(index: Int, length: Int): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractByteList
  17. def copy(): ByteArrayList

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

    Permalink
    Attributes
    protected[cern.colt.list]
  19. def countSortFromTo(from: Int, to: Int): Unit

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

    Permalink
    Definition Classes
    AbstractByteList
  21. def elements(elements: Array[Byte]): AbstractByteList

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  22. def elements(): Array[Byte]

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  23. def ensureCapacity(minCapacity: Int): Unit

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  24. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AbstractByteList
  27. def finalize(): Unit

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  29. def get(index: Int): Byte

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    AbstractByteList
  34. def indexOfFromTo(element: Byte, from: Int, to: Int): Int

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  35. def isEmpty(): Boolean

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

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

    Permalink
    Definition Classes
    AbstractByteList
  38. def lastIndexOfFromTo(element: Byte, from: Int, to: Int): Int

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  39. final def mergeSort(): Unit

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

    Permalink
    Definition Classes
    AbstractByteListAbstractList
  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): AbstractByteList

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

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

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  49. def removeFromTo(from: Int, to: Int): Unit

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  51. def replaceFromToWithFromTo(from: Int, to: Int, other: AbstractByteList, otherFrom: Int, otherTo: Int): Unit

    Permalink
    Definition Classes
    AbstractByteList
  52. def replaceFromWith(from: Int, other: Collection): Unit

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  54. def reverse(): Unit

    Permalink
    Definition Classes
    ByteArrayListAbstractByteListAbstractList
  55. def set(index: Int, element: Byte): Unit

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  56. def setQuick(index: Int, element: Byte): Unit

    Permalink
    Definition Classes
    ByteArrayListAbstractByteList
  57. def setSize(newSize: Int): Unit

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

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractByteListAbstractList
  61. def size(): Int

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractList
  64. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractByteList
  66. def toList(): ArrayList

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

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

    Permalink
    Definition Classes
    ByteArrayListAbstractList
  69. final def wait(): Unit

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

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

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

Inherited from AbstractByteList

Inherited from AbstractList

Inherited from AbstractCollection

Inherited from PersistentObject

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped