Uses of Interface
com.carrotsearch.hppc.procedures.IntProcedure
Packages that use IntProcedure
-
Uses of IntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntProcedureModifier and TypeMethodDescription<T extends IntProcedure>
TIntArrayDeque.descendingForEach
(T procedure) Appliesprocedure
to all elements of this deque, tail to head.<T extends IntProcedure>
TIntDeque.descendingForEach
(T procedure) Applies aprocedure
to all elements in tail-to-head order.<T extends IntProcedure>
TByteIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TCharIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TDoubleIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TFloatIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TIntArrayDeque.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends IntProcedure>
TIntArrayList.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends IntProcedure>
TIntArrayList.forEach
(T procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive.<T extends IntProcedure>
TIntByteHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntCharHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntContainer.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends IntProcedure>
TIntDoubleHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntFloatHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntHashSet.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends IntProcedure>
TIntIntHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TIntLongHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntObjectHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TIntShortHashMap.KeysContainer.forEach
(T procedure) <T extends IntProcedure>
TLongIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TObjectIntHashMap.ValuesContainer.forEach
(T procedure) <T extends IntProcedure>
TShortIntHashMap.ValuesContainer.forEach
(T procedure) Methods in com.carrotsearch.hppc with parameters of type IntProcedureModifier and TypeMethodDescriptionprivate void
IntArrayDeque.descendingForEach
(IntProcedure procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive.private void
IntArrayDeque.forEach
(IntProcedure procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the deque,fromIndex
, inclusive, totoIndex
, exclusive.