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