| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractDoubleList.forEach(DoubleProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
boolean |
DoubleArrayList.forEach(DoubleProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OpenDoubleIntHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
abstract boolean |
AbstractDoubleIntMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.