Uses of Interface
com.carrotsearch.hppc.procedures.LongShortProcedure
Packages that use LongShortProcedure
-
Uses of LongShortProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongShortProcedureModifier and TypeMethodDescription<T extends LongShortProcedure>
TLongShortAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends LongShortProcedure>
TLongShortHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.