abstract classIteratorTemplate[T] extends Iterator[T] with Iterator[T]
Transliteration of the iterator template in google collections. To implement an iterator
override makeNext and call allDone() when there is no more items
Linear Supertypes
Iterator[T], Iterator[T], TraversableOnce[T], GenTraversableOnce[T], AnyRef, Any
Transliteration of the iterator template in google collections. To implement an iterator override makeNext and call allDone() when there is no more items