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