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