| 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 |
|---|---|
boolean |
LongArrayList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
boolean |
AbstractLongList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
abstract boolean |
AbstractLongObjectMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OpenAbstractCollection.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.