org.axiondb.engine.rowcollection
Class IntHashMap.ValueIterator

java.lang.Object
  extended by org.axiondb.engine.rowcollection.IntHashMap.EntryIterator
      extended by org.axiondb.engine.rowcollection.IntHashMap.ValueIterator
Enclosing class:
IntHashMap

public class IntHashMap.ValueIterator
extends IntHashMap.EntryIterator


Constructor Summary
IntHashMap.ValueIterator()
           
 
Method Summary
 void add(Object row)
           
 Object current()
           
 Object first()
           
 Object last()
           
 Object next()
           
 int next(int count)
           
 Object peekNext()
           
 Object peekPrevious()
           
 Object previous()
           
 int previous(int count)
           
 void set(Object row)
           
 
Methods inherited from class org.axiondb.engine.rowcollection.IntHashMap.EntryIterator
addEntry, currentEntry, currentIndex, firstEntry, hasCurrent, hasNext, hasPrevious, isEmpty, lastEntry, nextEntry, nextIndex, peekNextEntry, peekPreviousEntry, previousEntry, previousIndex, remove, reset, setEntry, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHashMap.ValueIterator

public IntHashMap.ValueIterator()
Method Detail

add

public void add(Object row)
         throws UnsupportedOperationException
Throws:
UnsupportedOperationException

current

public Object current()
               throws NoSuchElementException
Throws:
NoSuchElementException

first

public Object first()
             throws NoSuchElementException
Throws:
NoSuchElementException

last

public Object last()
            throws NoSuchElementException
Throws:
NoSuchElementException

next

public Object next()
            throws NoSuchElementException
Throws:
NoSuchElementException

peekNext

public Object peekNext()
                throws NoSuchElementException
Throws:
NoSuchElementException

peekPrevious

public Object peekPrevious()
                    throws NoSuchElementException
Throws:
NoSuchElementException

previous

public Object previous()
                throws NoSuchElementException
Throws:
NoSuchElementException

set

public void set(Object row)
         throws UnsupportedOperationException
Throws:
UnsupportedOperationException

next

public int next(int count)

previous

public int previous(int count)