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(java.lang.Object row)
throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException
current
public java.lang.Object current()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
first
public java.lang.Object first()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
last
public java.lang.Object last()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
next
public java.lang.Object next()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
peekNext
public java.lang.Object peekNext()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
peekPrevious
public java.lang.Object peekPrevious()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
previous
public java.lang.Object previous()
throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
set
public void set(java.lang.Object row)
throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException
next
public int next(int count)
previous
public int previous(int count)