Scalax
|
|
scalax/data/collection.scala
]
class
XIterator[a](i : scala.Iterator[a])
extends
AnyRefMethod Summary | |
def
|
last
: a
Iterate over the iterator and return the last element.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scalax
|
|