Package | Description |
---|---|
gnu.trove |
Modifier and Type | Method | Description |
---|---|---|
boolean |
TIntArrayList.forEach(TIntProcedure procedure) |
Applies the procedure to each value in the list in ascending
(front to back) order.
|
boolean |
TIntHash.forEach(TIntProcedure procedure) |
Executes procedure for each element in the set.
|
boolean |
TIntArrayList.forEachDescending(TIntProcedure procedure) |
Applies the procedure to each value in the list in descending
(back to front) order.
|
boolean |
TIntByteHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntDoubleHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntFloatHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntIntHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntLongHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntObjectHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TIntShortHashMap.forEachKey(TIntProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TByteIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TDoubleIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TFloatIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TIntIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TLongIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TObjectIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TShortIntHashMap.forEachValue(TIntProcedure procedure) |
Executes procedure for each value in the map.
|
TIntArrayList |
TIntArrayList.grep(TIntProcedure condition) |
Searches the list for values satisfying condition in
the manner of the *nix grep utility.
|
TIntArrayList |
TIntArrayList.inverseGrep(TIntProcedure condition) |
Searches the list for values which do not satisfy
condition.
|
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.