Uses of Interface
com.carrotsearch.hppc.procedures.ShortProcedure
Packages that use ShortProcedure
-
Uses of ShortProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortProcedureModifier and TypeMethodDescription<T extends ShortProcedure>
TShortArrayDeque.descendingForEach(T procedure) Appliesprocedureto all elements of this deque, tail to head.<T extends ShortProcedure>
TShortDeque.descendingForEach(T procedure) Applies aprocedureto all elements in tail-to-head order.<T extends ShortProcedure>
TByteShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TCharShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TDoubleShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TFloatShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TIntShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TLongShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TObjectShortHashMap.ValuesContainer.forEach(T procedure) <T extends ShortProcedure>
TShortArrayDeque.forEach(T procedure) Applies aprocedureto all container elements.<T extends ShortProcedure>
TShortArrayList.forEach(T procedure) Applies aprocedureto all container elements.<T extends ShortProcedure>
TShortArrayList.forEach(T procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the list,fromIndex, inclusive, totoIndex, exclusive.<T extends ShortProcedure>
TShortByteHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortCharHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortContainer.forEach(T procedure) Applies aprocedureto all container elements.<T extends ShortProcedure>
TShortDoubleHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortFloatHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortHashSet.forEach(T procedure) Applies aprocedureto all container elements.<T extends ShortProcedure>
TShortIntHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortLongHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortObjectHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortShortHashMap.KeysContainer.forEach(T procedure) <T extends ShortProcedure>
TShortShortHashMap.ValuesContainer.forEach(T procedure) Methods in com.carrotsearch.hppc with parameters of type ShortProcedureModifier and TypeMethodDescriptionprivate voidShortArrayDeque.descendingForEach(ShortProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive.private voidShortArrayDeque.forEach(ShortProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,fromIndex, inclusive, totoIndex, exclusive.