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