case class Drop [ A ]
extends Iterator

Constructors

Drop ( underlying: Iterator [ A ] , n: Int )

Members

[+] val n : Int
[+] var toSkip : Int
[+] override val underlying : Iterator [ 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 _2 : T2
[+] def copy ( underlying: Iterator [ A ] , n: Int ) : Drop [ A ]
[+] def copy$default$1 : Iterator [ A ]
[+] def copy$default$2 : Int
[+] def hasNext : Boolean
[+] override 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.

[+] def toSkip_= ( x$1: Int ) : Unit