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