com.thaiopensource.validate.nrl
Class IntSet

java.lang.Object
  extended by com.thaiopensource.validate.nrl.IntSet

 class IntSet
extends Object


Field Summary
private static int INIT_SIZE
           
private  int len
           
private  int[] v
           
 
Constructor Summary
IntSet()
           
 
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
 

Field Detail

INIT_SIZE

private static final int INIT_SIZE
See Also:
Constant Field Values

v

private int[] v

len

private int len
Constructor Detail

IntSet

IntSet()
Method Detail

add

void add(int n)

addAll

void addAll(IntSet is)

size

int size()

get

int get(int i)