Uses of Interface
com.carrotsearch.hppc.procedures.ObjectLongProcedure
Packages that use ObjectLongProcedure
-
Uses of ObjectLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectLongProcedureModifier and TypeMethodDescription<T extends ObjectLongProcedure<? super KType>>
TObjectLongAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ObjectLongProcedure<? super KType>>
TObjectLongHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.