Uses of Interface
com.carrotsearch.hppc.procedures.ShortByteProcedure
-
Packages that use ShortByteProcedure Package Description com.carrotsearch.hppc -
-
Uses of ShortByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortByteProcedure Modifier and Type Method Description <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.
-