strawman.collections.CollectionStrawMan1.Iterator

Reverse

Related Doc: package Iterator

case class Reverse[A](underlying: RandomAccessIterator[A]) extends RandomAccessIterator[A] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RandomAccessIterator[A], Iterator[A], CanIterate[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Reverse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RandomAccessIterator
  7. Iterator
  8. CanIterate
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reverse(underlying: RandomAccessIterator[A])

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

    Definition Classes
    ReverseRandomAccessIterator
  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. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def hasNext: Boolean

    Definition Classes
    RandomAccessIteratorIterator
  17. def indexWhere(p: (A) ⇒ Boolean): Int

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

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

    Definition Classes
    IteratorCanIterate
  20. def limit: Int

    Definition Classes
    ReverseRandomAccessIterator
  21. def map[B](f: (A) ⇒ B): Iterator[B]

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

    Definition Classes
    AnyRef
  23. def next: A

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

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

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

    Definition Classes
    Iterator
  27. 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
  28. def reverse: Iterator[A]

    Definition Classes
    RandomAccessIteratorIterator
  29. var start: Int

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

    Definition Classes
    AnyRef
  31. val underlying: RandomAccessIterator[A]

    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
    ReverseIterator
  32. final def wait(): Unit

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

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

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

    Definition Classes
    Iterator

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RandomAccessIterator[A]

Inherited from Iterator[A]

Inherited from CanIterate[A]

Inherited from AnyRef

Inherited from Any

Ungrouped