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