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