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