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