Package | Description |
---|---|
org.axiondb.engine.rowcollection |
Modifier and Type | Method and Description |
---|---|
IntHashMap.Entry |
IntHashMap.EntryIterator.currentEntry() |
IntHashMap.Entry |
IntHashMap.EntryIterator.firstEntry() |
IntHashMap.Entry |
IntHashMap.getEntry(int key)
Returns the entry with the specified key.
|
IntHashMap.Entry |
IntHashMap.Entry.getNextEntry()
Returns the entry after this one.
|
IntHashMap.Entry |
IntHashMap.Entry.getPreviousEntry()
Returns the entry before this one.
|
IntHashMap.Entry |
IntHashMap.headEntry()
Returns the head entry of this map.
|
IntHashMap.Entry |
IntHashMap.EntryIterator.lastEntry() |
protected IntHashMap.Entry |
IntHashMap.newEntry()
Returns a new entry for this map; sub-classes may override this method to use
custom entries.
|
IntHashMap.Entry |
IntHashMap.EntryIterator.nextEntry() |
IntHashMap.Entry |
IntHashMap.EntryIterator.peekNextEntry() |
IntHashMap.Entry |
IntHashMap.EntryIterator.peekPreviousEntry() |
IntHashMap.Entry |
IntHashMap.EntryIterator.previousEntry() |
IntHashMap.Entry |
IntHashMap.tailEntry()
Returns the tail entry of this map.
|
Modifier and Type | Method and Description |
---|---|
void |
IntHashMap.removeEntry(IntHashMap.Entry entry)
Removes the specified entry from the map.
|
void |
IntHashMap.EntryIterator.setEntry(IntHashMap.Entry o) |