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