Uses of Interface
com.carrotsearch.hppc.procedures.ObjectObjectProcedure
-
Packages that use ObjectObjectProcedure Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of ObjectObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectObjectProcedure Modifier and Type Method Description <T extends ObjectObjectProcedure<? super KType,? super VType>>
TObjectObjectAssociativeContainer. forEach(T procedure)Applies a given procedure to all keys-value pairs in this container.<T extends ObjectObjectProcedure<? super KType,? super VType>>
TObjectObjectHashMap. forEach(T procedure)Applies a given procedure to all keys-value pairs in this container. -
Uses of ObjectObjectProcedure in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect with type parameters of type ObjectObjectProcedure Modifier and Type Method Description <T extends ObjectObjectProcedure<? super KType,? super VType>>
TImmutableOpenMap.Builder. forEach(T procedure)
-