scalax.data.collection

class XIterator

[source: scalax/data/collection.scala]

class XIterator[a](i : scala.Iterator[a])
extends AnyRef
Method 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
def last : a
Iterate over the iterator and return the last element.


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.