Uses of Interface
com.gigaspaces.internal.gnu.trove.TIntProcedure
Packages that use TIntProcedure
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TIntProcedure in com.gigaspaces.internal.gnu.trove
Methods in com.gigaspaces.internal.gnu.trove with parameters of type TIntProcedureModifier and TypeMethodDescriptionbooleanTIntArrayList.forEach(TIntProcedure procedure) Applies the procedure to each value in the list in ascending (front to back) order.booleanTIntHash.forEach(TIntProcedure procedure) Executes procedure for each element in the set.booleanTIntArrayList.forEachDescending(TIntProcedure procedure) Applies the procedure to each value in the list in descending (back to front) order.booleanTIntObjectHashMap.forEachKey(TIntProcedure procedure) Executes procedure for each key in the map.booleanTObjectIntHashMap.forEachValue(TIntProcedure procedure) Executes procedure for each value in the map.TIntArrayList.grep(TIntProcedure condition) Searches the list for values satisfying condition in the manner of the *nix grep utility.TIntArrayList.inverseGrep(TIntProcedure condition) Searches the list for values which do not satisfy condition.