Package app.babylon.table
Class ViewIndex.ArrayInt
java.lang.Object
app.babylon.table.ViewIndex.ArrayInt
- All Implemented Interfaces:
ViewIndex
- Enclosing interface:
ViewIndex
-
Nested Class Summary
Nested classes/interfaces inherited from interface app.babylon.table.ViewIndex
ViewIndex.ArrayByte, ViewIndex.ArrayChar, ViewIndex.ArrayInt, ViewIndex.Builder, ViewIndex.BuilderInt -
Field Summary
Fields inherited from interface app.babylon.table.ViewIndex
BYTE_MAX_VALUE, BYTE_NULL, CHAR_MAX_VALUE, CHAR_NULL, INT_NULL -
Method Summary
-
Method Details
-
size
public int size() -
isAllSet
public boolean isAllSet() -
isSet
public boolean isSet(int i) -
get
public int get(int i) -
toArray
public int[] toArray(int[] x) -
copy
-