Uses of Interface
com.carrotsearch.hppc.procedures.CharProcedure
Packages that use CharProcedure
-
Uses of CharProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharProcedureModifier and TypeMethodDescription<T extends CharProcedure>
TCharArrayDeque.descendingForEach(T procedure) Appliesprocedureto all elements of this deque, tail to head.<T extends CharProcedure>
TCharDeque.descendingForEach(T procedure) Applies aprocedureto all elements in tail-to-head order.<T extends CharProcedure>
TByteCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TCharArrayDeque.forEach(T procedure) Applies aprocedureto all container elements.<T extends CharProcedure>
TCharArrayList.forEach(T procedure) Applies aprocedureto all container elements.<T extends CharProcedure>
TCharArrayList.forEach(T procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the list,fromIndex, inclusive, totoIndex, exclusive.<T extends CharProcedure>
TCharByteHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharCharHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TCharContainer.forEach(T procedure) Applies aprocedureto all container elements.<T extends CharProcedure>
TCharDoubleHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharFloatHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharHashSet.forEach(T procedure) Applies aprocedureto all container elements.<T extends CharProcedure>
TCharIntHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharLongHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharObjectHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TCharShortHashMap.KeysContainer.forEach(T procedure) <T extends CharProcedure>
TDoubleCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TFloatCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TIntCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TLongCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TObjectCharHashMap.ValuesContainer.forEach(T procedure) <T extends CharProcedure>
TShortCharHashMap.ValuesContainer.forEach(T procedure) Methods in com.carrotsearch.hppc with parameters of type CharProcedureModifier and TypeMethodDescriptionprivate voidCharArrayDeque.descendingForEach(CharProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive.private voidCharArrayDeque.forEach(CharProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,fromIndex, inclusive, totoIndex, exclusive.