Uses of Interface
elki.database.ids.DoubleDBIDList.Consumer
-
Packages that use DoubleDBIDList.Consumer Package Description elki.database.ids Database object identification and ID group handling API. -
-
Uses of DoubleDBIDList.Consumer in elki.database.ids
Methods in elki.database.ids with parameters of type DoubleDBIDList.Consumer Modifier and Type Method Description default void
DoubleDBIDList. forEachDouble(DoubleDBIDList.Consumer action)
Execute a function for each ID.
-