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