Package com.massifmaps.core
Class IntVector
java.lang.Object
com.massifmaps.core.IntVector
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntVector
public IntVector() -
IntVector
public IntVector(long n)
-
-
Method Details
-
size
public long size() -
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty() -
clear
public void clear() -
add
public void add(int x) -
get
public int get(int i) -
set
public void set(int i, int val)
-