Uses of Interface
com.carrotsearch.hppc.procedures.LongByteProcedure
-
Packages that use LongByteProcedure Package Description com.carrotsearch.hppc -
-
Uses of LongByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongByteProcedure Modifier and Type Method Description <T extends LongByteProcedure>
TLongByteAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends LongByteProcedure>
TLongByteHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-