Package com.semedy.reasoner.utils
Class LongArrayList
java.lang.Object
com.semedy.reasoner.utils.LongArrayList
List for longs based on arrays
- Author:
- juergen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongArrayList
public LongArrayList()
-
-
Method Details
-
extend
public void extend(int len) -
getValues
public long[] getValues() -
sizeInBytes
public int sizeInBytes() -
add
public boolean add(long i) -
remove
public void remove(int index, int len) -
get
public long get(int i) -
set
public void set(int i, long value) -
size
public int size() -
clear
public void clear() -
append
-
toArray
public long[] toArray() -
getArray
public long[] getArray()
-