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