Uses of Interface
com.carrotsearch.hppc.procedures.ObjectByteProcedure
Packages that use ObjectByteProcedure
-
Uses of ObjectByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectByteProcedureModifier and TypeMethodDescription<T extends ObjectByteProcedure<? super KType>>
TObjectByteAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ObjectByteProcedure<? super KType>>
TObjectByteHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.