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