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