Package org.axiondb.engine.rowcollection

Class Summary
IntHashMap Int key and Object value Map, this does not implement java.util.Map interface and has limited Map like API.
IntHashMap.Entry This class represents a IntHashMapentry.
IntRowMap Int key and Row value Map, this does not implement java.util.Map interface and has limited Map like API.
IntSet An int set that uses IntHashMap to keep ids.
RowCollections An Utility for Row Collections.