| |
|
| java.lang.Object org.axiondb.util.IntListIteratorChain
IntListIteratorChain | public class IntListIteratorChain implements IntListIterator(Code) | | Concatenates multiple
IntListIterator s into
a single
IntListIterator .
version: $Revision: 1.6 $ $Date: 2004/09/09 23:47:45 $ author: Chuck Burdick author: Rodney Waldhoff |
IntListIteratorChain | public IntListIteratorChain()(Code) | | |
add | public void add(int elt)(Code) | | |
addIterator | public void addIterator(IntListIterator iter)(Code) | | |
addIterator | public void addIterator(int value)(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
hasPrevious | public boolean hasPrevious()(Code) | | |
nextIndex | public int nextIndex()(Code) | | |
previous | public int previous()(Code) | | |
previousIndex | public int previousIndex()(Code) | | |
remove | public void remove()(Code) | | |
set | public void set(int elt)(Code) | | |
|
|
|