| Package | Description |
|---|---|
| tl.lin.data.array |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListOfLongsWritable
Writable extension of the
ArrayListOfLongs class. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2018. All rights reserved.