org.axiondb.engine.rowcollection
Class IntHashMap.EntryIterator
java.lang.Object
org.axiondb.engine.rowcollection.IntHashMap.EntryIterator
- Direct Known Subclasses:
- IntHashMap.ValueIterator
- Enclosing class:
- IntHashMap
public class IntHashMap.EntryIterator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntHashMap.EntryIterator
public IntHashMap.EntryIterator()
addEntry
public void addEntry(int hash,
int key,
java.lang.Object value)
currentEntry
public IntHashMap.Entry currentEntry()
currentIndex
public int currentIndex()
firstEntry
public IntHashMap.Entry firstEntry()
hasCurrent
public boolean hasCurrent()
hasNext
public boolean hasNext()
hasPrevious
public boolean hasPrevious()
isEmpty
public boolean isEmpty()
lastEntry
public IntHashMap.Entry lastEntry()
nextEntry
public IntHashMap.Entry nextEntry()
nextIndex
public int nextIndex()
peekNextEntry
public IntHashMap.Entry peekNextEntry()
peekPreviousEntry
public IntHashMap.Entry peekPreviousEntry()
previousEntry
public IntHashMap.Entry previousEntry()
previousIndex
public int previousIndex()
remove
public void remove()
reset
public void reset()
setEntry
public void setEntry(IntHashMap.Entry o)
size
public int size()