public abstract class FastIterator extends Object
Constructor and Description |
---|
FastIterator() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
next()
Returns the next element in the interation.
|
public abstract Object next() throws IterationException
IterationException
Copyright © 2017. All rights reserved.