strawman.collections.CollectionStrawMan1

ArrayBufferIterator

Related Doc: package CollectionStrawMan1

class ArrayBufferIterator[A] extends RandomAccessIterator[A]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ArrayBufferIterator
  2. RandomAccessIterator
  3. Iterator
  4. CanIterate
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrayBufferIterator(elems: Array[AnyRef], initStart: Int, length: Int)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def ++[B >: A](xs: CanIterate[B]): Iterator[B]

    Definition Classes
    Iterator
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. def apply(n: Int): A

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def drop(n: Int): Iterator[A]

    Definition Classes
    RandomAccessIteratorIterator
  9. val elems: Array[AnyRef]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[B](f: (A) ⇒ CanIterate[B]): Iterator[B]

    Definition Classes
    Iterator
  14. def foldLeft[B](z: B)(op: (B, A) ⇒ B): B

    Definition Classes
    Iterator
  15. def foldRight[B](z: B)(op: (A, B) ⇒ B): B

    Definition Classes
    Iterator
  16. def foreach(f: (A) ⇒ Unit): Unit

    Definition Classes
    Iterator
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hasNext: Boolean

    Definition Classes
    RandomAccessIteratorIterator
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def indexWhere(p: (A) ⇒ Boolean): Int

    Definition Classes
    Iterator
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def iterator: Iterator[A]

    Definition Classes
    IteratorCanIterate
  23. val limit: Int

  24. def map[B](f: (A) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def next: A

    Definition Classes
    RandomAccessIteratorIterator
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def partition(p: (A) ⇒ Boolean): (Iterator[A], Iterator[A])

    Definition Classes
    Iterator
  30. def remaining: Int

    If the number of elements still to be returned by this iterator is known, that number, otherwise -1.

    If the number of elements still to be returned by this iterator is known, that number, otherwise -1.

    Definition Classes
    RandomAccessIteratorIterator
  31. def reverse: Iterator[A]

    Definition Classes
    RandomAccessIteratorIterator
  32. var start: Int

    Definition Classes
    RandomAccessIterator
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def underlying: Iterator[_]

    If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

    If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

    Definition Classes
    Iterator
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zip[B](that: CanIterate[B]): Iterator[(A, B)]

    Definition Classes
    Iterator

Inherited from RandomAccessIterator[A]

Inherited from Iterator[A]

Inherited from CanIterate[A]

Inherited from AnyRef

Inherited from Any

Ungrouped