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