| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map | |
| openlr.collection |
Provides some collection types that work an basic data types.
|
| Modifier and Type | Method and Description |
|---|---|
LongArrayList |
LongArrayList.copy()
Returns a deep copy of the receiver; uses
clone() and casts the result. |
| Modifier and Type | Method and Description |
|---|---|
LongArrayList |
AbstractLongObjectMap.keys()
Returns a list filled with all keys contained in the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLongObjectHashMap.keys(LongArrayList list)
Fills all keys contained in the receiver into the specified list.
|
void |
AbstractLongObjectMap.keys(LongArrayList list)
Fills all keys contained in the receiver into the specified list.
|
void |
AbstractLongObjectMap.keysSortedByValue(LongArrayList keyList)
Fills all keys sorted ascending by their associated value into the specified list.
|
void |
OpenLongObjectHashMap.pairsMatching(LongObjectProcedure condition,
LongArrayList keyList,
ObjectArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
AbstractLongObjectMap.pairsMatching(LongObjectProcedure condition,
LongArrayList keyList,
ObjectArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
AbstractLongObjectMap.pairsSortedByKey(LongArrayList keyList,
ObjectArrayList valueList)
Fills all keys and values sorted ascending by key into the specified lists.
|
void |
AbstractLongObjectMap.pairsSortedByValue(LongArrayList keyList,
ObjectArrayList valueList)
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLongHashSet.keys(LongArrayList list)
Fills all keys contained in the receiver into the specified list.
|
void |
OpenLongIntHashMap.keys(LongArrayList list)
Fills all keys contained in the receiver into the specified list.
|
void |
OpenLongIntHashMap.pairsMatching(LongIntProcedure condition,
LongArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.