Uses of Class
org.axiondb.engine.rowcollection.IntHashMap.Entry

Packages that use IntHashMap.Entry
org.axiondb.engine.rowcollection   
 

Uses of IntHashMap.Entry in org.axiondb.engine.rowcollection
 

Methods in org.axiondb.engine.rowcollection that return IntHashMap.Entry
 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.
 

Methods in org.axiondb.engine.rowcollection with parameters of type IntHashMap.Entry
 void IntHashMap.removeEntry(IntHashMap.Entry entry)
          Removes the specified entry from the map.
 void IntHashMap.EntryIterator.setEntry(IntHashMap.Entry o)