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