| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map |
| 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 |
|---|---|
abstract boolean |
AbstractLongObjectMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
boolean |
OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.