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