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