Uses of Interface
com.carrotsearch.hppc.procedures.LongProcedure
Packages that use LongProcedure
-
Uses of LongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongProcedureModifier and TypeMethodDescription<T extends LongProcedure>
TLongArrayDeque.descendingForEach(T procedure) Appliesprocedureto all elements of this deque, tail to head.<T extends LongProcedure>
TLongDeque.descendingForEach(T procedure) Applies aprocedureto all elements in tail-to-head order.<T extends LongProcedure>
TByteLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TCharLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TDoubleLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TFloatLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TIntLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TLongArrayDeque.forEach(T procedure) Applies aprocedureto all container elements.<T extends LongProcedure>
TLongArrayList.forEach(T procedure) Applies aprocedureto all container elements.<T extends LongProcedure>
TLongArrayList.forEach(T procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the list,fromIndex, inclusive, totoIndex, exclusive.<T extends LongProcedure>
TLongByteHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongCharHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongContainer.forEach(T procedure) Applies aprocedureto all container elements.<T extends LongProcedure>
TLongDoubleHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongFloatHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongHashSet.forEach(T procedure) Applies aprocedureto all container elements.<T extends LongProcedure>
TLongIntHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongLongHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TLongObjectHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TLongShortHashMap.KeysContainer.forEach(T procedure) <T extends LongProcedure>
TObjectLongHashMap.ValuesContainer.forEach(T procedure) <T extends LongProcedure>
TShortLongHashMap.ValuesContainer.forEach(T procedure) Methods in com.carrotsearch.hppc with parameters of type LongProcedureModifier and TypeMethodDescriptionprivate voidLongArrayDeque.descendingForEach(LongProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive.private voidLongArrayDeque.forEach(LongProcedure procedure, int fromIndex, int toIndex) Appliesprocedureto a slice of the deque,fromIndex, inclusive, totoIndex, exclusive.