Uses of Interface
com.carrotsearch.hppc.procedures.ObjectByteProcedure
-
Packages that use ObjectByteProcedure Package Description com.carrotsearch.hppc -
-
Uses of ObjectByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectByteProcedure Modifier and Type Method Description <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.
-