org.eigenbase.runtime
Class CompoundIterator.Test.BoxIterator
java.lang.Object
org.eigenbase.runtime.CompoundIterator.Test.BoxIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- CompoundIterator.Test
static class CompoundIterator.Test.BoxIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base
Iterator base
box
CompoundIterator.Test.Box box
CompoundIterator.Test.BoxIterator
public CompoundIterator.Test.BoxIterator(Iterator base)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator