Uses of Interface
com.carrotsearch.hppc.procedures.LongCharProcedure
Packages that use LongCharProcedure
-
Uses of LongCharProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongCharProcedureModifier and TypeMethodDescription<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.