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