Uses of Interface
com.carrotsearch.hppc.procedures.ObjectDoubleProcedure
-
Packages that use ObjectDoubleProcedure Package Description com.carrotsearch.hppc -
-
Uses of ObjectDoubleProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectDoubleProcedure Modifier and Type Method Description <T extends ObjectDoubleProcedure<? super KType>>
TObjectDoubleAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends ObjectDoubleProcedure<? super KType>>
TObjectDoubleHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-