Uses of Interface
com.gigaspaces.internal.gnu.trove.TLongProcedure
Packages that use TLongProcedure
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TLongProcedure in com.gigaspaces.internal.gnu.trove
Methods in com.gigaspaces.internal.gnu.trove with parameters of type TLongProcedureModifier and TypeMethodDescriptionbooleanTLongHash.forEach(TLongProcedure procedure) Executes procedure for each element in the set.booleanTLongObjectHashMap.forEachKey(TLongProcedure procedure) Executes procedure for each key in the map.booleanTObjectLongHashMap.forEachValue(TLongProcedure procedure) Executes procedure for each value in the map.booleanTShortLongHashMap.forEachValue(TLongProcedure procedure) Executes procedure for each value in the map.