Package | Description |
---|---|
gnu.trove |
Modifier and Type | Method | Description |
---|---|---|
boolean |
TFloatArrayList.forEach(TFloatProcedure procedure) |
Applies the procedure to each value in the list in ascending
(front to back) order.
|
boolean |
TFloatHash.forEach(TFloatProcedure procedure) |
Executes procedure for each element in the set.
|
boolean |
TFloatArrayList.forEachDescending(TFloatProcedure procedure) |
Applies the procedure to each value in the list in descending
(back to front) order.
|
boolean |
TFloatByteHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatDoubleHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatFloatHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatIntHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatLongHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatObjectHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TFloatShortHashMap.forEachKey(TFloatProcedure procedure) |
Executes procedure for each key in the map.
|
boolean |
TByteFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TDoubleFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TFloatFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TIntFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TLongFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TObjectFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
boolean |
TShortFloatHashMap.forEachValue(TFloatProcedure procedure) |
Executes procedure for each value in the map.
|
TFloatArrayList |
TFloatArrayList.grep(TFloatProcedure condition) |
Searches the list for values satisfying condition in
the manner of the *nix grep utility.
|
TFloatArrayList |
TFloatArrayList.inverseGrep(TFloatProcedure condition) |
Searches the list for values which do not satisfy
condition.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.