Package tech.tablesaw.columns.numbers
Interface NumberFillers<T>
-
- All Known Implementing Classes:
DoubleColumn
public interface NumberFillers<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TfillWith(double d)TfillWith(it.unimi.dsi.fastutil.doubles.DoubleIterator iterator)TfillWith(DoubleSupplier supplier)TfillWith(DoubleRangeIterable iterable)
-
-
-
Method Detail
-
fillWith
T fillWith(it.unimi.dsi.fastutil.doubles.DoubleIterator iterator)
-
fillWith
T fillWith(DoubleRangeIterable iterable)
-
fillWith
T fillWith(DoubleSupplier supplier)
-
fillWith
T fillWith(double d)
-
-