Uses of Interface
com.carrotsearch.hppc.procedures.ShortLongProcedure
Packages that use ShortLongProcedure
-
Uses of ShortLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortLongProcedureModifier and TypeMethodDescription<T extends ShortLongProcedure>
TShortLongAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ShortLongProcedure>
TShortLongHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.