| Package | Description |
|---|---|
| cern.colt.map |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OpenIntIntHashMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
boolean |
AbstractIntIntMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
void |
OpenIntIntHashMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
AbstractIntIntMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
Copyright © 2004–2017 CodeLutin. All rights reserved.