|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayListOfLongs | |
|---|---|
| tl.lin.data.array | |
| Uses of ArrayListOfLongs in tl.lin.data.array |
|---|
| Subclasses of ArrayListOfLongs in tl.lin.data.array | |
|---|---|
class |
ArrayListOfLongsWritable
Writable extension of the ArrayListOfLongs class. |
| Methods in tl.lin.data.array that return ArrayListOfLongs | |
|---|---|
ArrayListOfLongs |
ArrayListOfLongs.add(int index,
long element)
Inserts the specified element at the specified position in this list. |
ArrayListOfLongs |
ArrayListOfLongs.add(long e)
Appends the specified element to the end of this list. |
ArrayListOfLongs |
ArrayListOfLongs.clone()
Returns a clone of this object. |
ArrayListOfLongs |
ArrayListOfLongs.intersection(ArrayListOfLongs other)
Computes the intersection of two sorted lists of unique longs. |
ArrayListOfLongs |
ArrayListOfLongs.merge(ArrayListOfLongs sortedLst)
Merges two sorted (ascending order) lists into one sorted union. |
ArrayListOfLongs |
ArrayListOfLongs.subList(int start,
int end)
Extracts a sub-list. |
| Methods in tl.lin.data.array with parameters of type ArrayListOfLongs | |
|---|---|
static ArrayListOfLongsWritable |
ArrayListOfLongsWritable.fromArrayListOfLongs(ArrayListOfLongs a)
Creates a Writable version of this list. |
ArrayListOfLongs |
ArrayListOfLongs.intersection(ArrayListOfLongs other)
Computes the intersection of two sorted lists of unique longs. |
ArrayListOfLongs |
ArrayListOfLongs.merge(ArrayListOfLongs sortedLst)
Merges two sorted (ascending order) lists into one sorted union. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||