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