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
IterationExceptionCopyright © 2021. All rights reserved.