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