Uses of Interface
com.carrotsearch.hppc.procedures.LongObjectProcedure
Packages that use LongObjectProcedure
-
Uses of LongObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongObjectProcedureModifier and TypeMethodDescription<T extends LongObjectProcedure<? super VType>>
TLongObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends LongObjectProcedure<? super VType>>
TLongObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.