org.axiondb.engine.rowcollection
Class IntHashMap.ValueIterator
java.lang.Object
org.axiondb.engine.rowcollection.IntHashMap.EntryIterator
org.axiondb.engine.rowcollection.IntHashMap.ValueIterator
- Enclosing class:
- IntHashMap
public class IntHashMap.ValueIterator
- extends IntHashMap.EntryIterator
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 |
IntHashMap.ValueIterator
public IntHashMap.ValueIterator()
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)