Uses of Interface
com.carrotsearch.hppc.procedures.ShortObjectProcedure
Packages that use ShortObjectProcedure
-
Uses of ShortObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortObjectProcedureModifier and TypeMethodDescription<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.