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