Uses of Interface
com.carrotsearch.hppc.procedures.ObjectLongProcedure
-
Packages that use ObjectLongProcedure Package Description com.carrotsearch.hppc -
-
Uses of ObjectLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectLongProcedure Modifier and Type Method Description <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.
-