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