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