org.axiondb.engine.rowcollection

Class IntHashMap.EntryIterator

public class IntHashMap.EntryIterator extends Object

Constructor Summary
EntryIterator()
Method Summary
voidaddEntry(int hash, int key, Object value)
IntHashMap.EntrycurrentEntry()
intcurrentIndex()
IntHashMap.EntryfirstEntry()
booleanhasCurrent()
booleanhasNext()
booleanhasPrevious()
booleanisEmpty()
IntHashMap.EntrylastEntry()
IntHashMap.EntrynextEntry()
intnextIndex()
IntHashMap.EntrypeekNextEntry()
IntHashMap.EntrypeekPreviousEntry()
IntHashMap.EntrypreviousEntry()
intpreviousIndex()
voidremove()
voidreset()
voidsetEntry(IntHashMap.Entry o)
intsize()

Constructor Detail

EntryIterator

public EntryIterator()

Method Detail

addEntry

public void addEntry(int hash, int key, 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()