| Package | Description |
|---|---|
| tl.lin.data.array |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListOfIntsWritable
Writable extension of the
ArrayListOfInts class. |
| Modifier and Type | Method and Description |
|---|---|
ArrayListOfInts |
ArrayListOfInts.add(int e)
Appends the specified element to the end of this list.
|
ArrayListOfInts |
ArrayListOfInts.add(int index,
int element)
Inserts the specified element at the specified position in this list.
|
ArrayListOfInts |
ArrayListOfInts.clone()
Returns a clone of this object.
|
ArrayListOfInts |
ArrayListOfInts.intersection(ArrayListOfInts other)
Computes the intersection of two sorted lists of unique ints.
|
ArrayListOfInts |
ArrayListOfInts.merge(ArrayListOfInts sortedLst)
Merges two sorted (ascending order) lists into one sorted union.
|
ArrayListOfInts |
ArrayListOfInts.mergeNoDuplicates(ArrayListOfInts sortedLst)
Merges two sorted (ascending order) lists into one sorted union.
|
ArrayListOfInts |
ArrayListOfInts.subList(int start,
int end)
Extracts a sub-list.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayListOfIntsWritable |
ArrayListOfIntsWritable.fromArrayListOfInts(ArrayListOfInts a)
Creates a Writable version of this list.
|
ArrayListOfInts |
ArrayListOfInts.intersection(ArrayListOfInts other)
Computes the intersection of two sorted lists of unique ints.
|
ArrayListOfInts |
ArrayListOfInts.merge(ArrayListOfInts sortedLst)
Merges two sorted (ascending order) lists into one sorted union.
|
ArrayListOfInts |
ArrayListOfInts.mergeNoDuplicates(ArrayListOfInts sortedLst)
Merges two sorted (ascending order) lists into one sorted union.
|
Copyright © 2018. All rights reserved.