|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.IntArrayList
public final class IntArrayList
This is a simple container for native int array values.
Field Summary | |
---|---|
int[][] |
list
Value array. |
int |
size
Current array size. |
Constructor Summary | |
---|---|
IntArrayList()
Default constructor. |
|
IntArrayList(int is)
Constructor. |
Method Summary | |
---|---|
void |
add(int[] v)
Adds next value. |
int[][] |
finish()
Finishes the int array. |
java.util.Iterator<int[]> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[][] list
public int size
Constructor Detail |
---|
public IntArrayList()
public IntArrayList(int is)
is
- initial size of the listMethod Detail |
---|
public void add(int[] v)
v
- value to be addedpublic int[][] finish()
public java.util.Iterator<int[]> iterator()
iterator
in interface java.lang.Iterable<int[]>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |