case class Reverse [ A ]
extends RandomAccessIterator

Constructors

Reverse ( underlying: RandomAccessIterator [ A ] )

Members

[+] override 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.

[+] def _1 : T1
[+] def apply ( n: Int ) : A
[+] def copy ( underlying: RandomAccessIterator [ A ] ) : Reverse [ A ]
[+] def copy$default$1 : RandomAccessIterator [ A ]
[+] def limit : Int