Uses of Interface
com.carrotsearch.hppc.procedures.ByteObjectProcedure
Packages that use ByteObjectProcedure
-
Uses of ByteObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteObjectProcedureModifier and TypeMethodDescription<T extends ByteObjectProcedure<? super VType>>
TByteObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ByteObjectProcedure<? super VType>>
TByteObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.