| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortHash.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortArrayList.forEach(TShortProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TShortArrayList.forEachDescending(TShortProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
boolean |
TShortByteHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortFloatHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortObjectHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortDoubleHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortLongHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortShortHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortIntHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TLongShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
TShortArrayList |
TShortArrayList.grep(TShortProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TShortArrayList |
TShortArrayList.inverseGrep(TShortProcedure
Searches the list for values which do
not satisfy
condition.
|