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>
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)