com.thaiopensource.validate.nrl
Class IntSet
java.lang.Object
com.thaiopensource.validate.nrl.IntSet
class IntSet
- extends Object
Field Summary |
private static int |
INIT_SIZE
|
private int |
len
|
private int[] |
v
|
Method Summary |
(package private) void |
add(int n)
|
(package private) void |
addAll(IntSet is)
|
(package private) int |
get(int i)
|
(package private) int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIT_SIZE
private static final int INIT_SIZE
- See Also:
- Constant Field Values
v
private int[] v
len
private int len
IntSet
IntSet()
add
void add(int n)
addAll
void addAll(IntSet is)
size
int size()
get
int get(int i)