Uses of Interface
com.carrotsearch.hppc.procedures.IntProcedure
-
Packages that use IntProcedure Package Description com.carrotsearch.hppc -
-
Uses of IntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntProcedure Modifier and Type Method Description <T extends IntProcedure>
TIntArrayList. forEach(T procedure)Applies aprocedureto all container elements.<T extends IntProcedure>
TIntArrayList. forEach(T procedure, int fromIndex, int toIndex)Appliesprocedureto a slice of the list,fromIndex, inclusive, totoIndex, exclusive.<T extends IntProcedure>
TIntContainer. forEach(T procedure)Applies aprocedureto all container elements.<T extends IntProcedure>
TIntHashSet. forEach(T procedure)Applies aprocedureto all container elements.<T extends IntProcedure>
TIntObjectHashMap.KeysContainer. forEach(T procedure)
-