Uses of Interface
com.carrotsearch.hppc.procedures.ByteProcedure
Packages that use ByteProcedure
-
Uses of ByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteProcedureModifier and TypeMethodDescription<T extends ByteProcedure>
TByteArrayDeque.descendingForEach
(T procedure) Appliesprocedure
to all elements of this deque, tail to head.<T extends ByteProcedure>
TByteDeque.descendingForEach
(T procedure) Applies aprocedure
to all elements in tail-to-head order.<T extends ByteProcedure>
TByteArrayDeque.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends ByteProcedure>
TByteArrayList.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends ByteProcedure>
TByteArrayList.forEach
(T procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive.<T extends ByteProcedure>
TByteByteHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteCharHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteContainer.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends ByteProcedure>
TByteDoubleHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteFloatHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteHashSet.forEach
(T procedure) Applies aprocedure
to all container elements.<T extends ByteProcedure>
TByteIntHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteLongHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteObjectHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TByteShortHashMap.KeysContainer.forEach
(T procedure) <T extends ByteProcedure>
TCharByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TDoubleByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TFloatByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TIntByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TLongByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TObjectByteHashMap.ValuesContainer.forEach
(T procedure) <T extends ByteProcedure>
TShortByteHashMap.ValuesContainer.forEach
(T procedure) Methods in com.carrotsearch.hppc with parameters of type ByteProcedureModifier and TypeMethodDescriptionprivate void
ByteArrayDeque.descendingForEach
(ByteProcedure procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive.private void
ByteArrayDeque.forEach
(ByteProcedure procedure, int fromIndex, int toIndex) Appliesprocedure
to a slice of the deque,fromIndex
, inclusive, totoIndex
, exclusive.