org.axiondb.engine.rowcollection |
|
Java Source File Name | Type | Comment |
IntHashMap.java | Class | Int key and Object value Map, this does not implement java.util.Map interface and has
limited Map like API. |
IntRowMap.java | Class | Int key and Row value Map, this does not implement java.util.Map interface and has
limited Map like API. |
IntSet.java | Class | An int set that uses IntHashMap to keep ids. |
RowCollections.java | Class | An Utility for Row Collections. |