org.axiondb.util
Class IntIteratorIntListIterator

java.lang.Object
  extended by org.axiondb.util.IntIteratorIntListIterator
All Implemented Interfaces:
org.apache.commons.collections.primitives.IntIterator, org.apache.commons.collections.primitives.IntListIterator

public class IntIteratorIntListIterator
extends Object
implements org.apache.commons.collections.primitives.IntListIterator

Version:
$Revision: 1.2 $ $Date: 2004/09/09 23:47:45 $

Constructor Summary
IntIteratorIntListIterator(org.apache.commons.collections.primitives.IntIterator iterator)
           
 
Method Summary
 void add(int value)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 int next()
           
 int nextIndex()
           
 int previous()
           
 int previousIndex()
           
 void remove()
           
 void set(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntIteratorIntListIterator

public IntIteratorIntListIterator(org.apache.commons.collections.primitives.IntIterator iterator)
Method Detail

add

public void add(int value)
Specified by:
add in interface org.apache.commons.collections.primitives.IntListIterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface org.apache.commons.collections.primitives.IntIterator
Specified by:
hasNext in interface org.apache.commons.collections.primitives.IntListIterator

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface org.apache.commons.collections.primitives.IntListIterator

next

public int next()
Specified by:
next in interface org.apache.commons.collections.primitives.IntIterator
Specified by:
next in interface org.apache.commons.collections.primitives.IntListIterator

nextIndex

public int nextIndex()
Specified by:
nextIndex in interface org.apache.commons.collections.primitives.IntListIterator

previous

public int previous()
Specified by:
previous in interface org.apache.commons.collections.primitives.IntListIterator

previousIndex

public int previousIndex()
Specified by:
previousIndex in interface org.apache.commons.collections.primitives.IntListIterator

remove

public void remove()
Specified by:
remove in interface org.apache.commons.collections.primitives.IntIterator
Specified by:
remove in interface org.apache.commons.collections.primitives.IntListIterator

set

public void set(int value)
Specified by:
set in interface org.apache.commons.collections.primitives.IntListIterator