in scala.collection.immutable.ImmutableIterator
class Elements

private class Elements
extends java.lang.Object
with scala.Iterator[A]
with scala.ScalaObject

Constructor Summary
def this

Def Summary
def hasNext : scala.Boolean

def next : A

Def inherited from scala.Iterator[A]
++ , /:, :\, addString, append, buffered, contains, copyToArray, copyToBuffer, counted, drop, dropWhile, duplicate, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, hasNext, map, mkString, mkString, next, predicatedIterator, reduceLeft, reduceRight, take, takeWhile, toList, zip, zipWithIndex
Constructor Detail
def this

Def Detail
def hasNext : scala.Boolean

def next : A