Uses of Interface
com.carrotsearch.hppc.procedures.LongDoubleProcedure
-
Packages that use LongDoubleProcedure Package Description com.carrotsearch.hppc -
-
Uses of LongDoubleProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongDoubleProcedure Modifier and Type Method Description <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.
-