org.eigenbase.runtime
Class CompoundIterator.Test.BoxIterator

java.lang.Object
  extended by org.eigenbase.runtime.CompoundIterator.Test.BoxIterator
All Implemented Interfaces:
Iterator
Enclosing class:
CompoundIterator.Test

static class CompoundIterator.Test.BoxIterator
extends Object
implements Iterator


Field Summary
(package private)  Iterator base
           
(package private)  CompoundIterator.Test.Box box
           
 
Constructor Summary
CompoundIterator.Test.BoxIterator(Iterator base)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

Iterator base

box

CompoundIterator.Test.Box box
Constructor Detail

CompoundIterator.Test.BoxIterator

public CompoundIterator.Test.BoxIterator(Iterator base)
Method Detail

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