A
C
D
E
F
G
H
I
M
P
R
S
T
M
- minus(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.MutableTimeseries
- Remove an entry from this MutableTimeseries
- minus(java.time.Instant) - function in io.github.funofprograming.timeseries.MutableTimeseries
- Remove all entries for given instant from this MutableTimeseries
- minus(java.util.Collection) - function in io.github.funofprograming.timeseries.MutableTimeseries
- Remove
Collectionof entries from this MutableTimeseries - minus(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the one provided as param
- minus(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the one provided as param
- minus(java.time.Instant) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the ones for provided instant
- minus(java.time.Instant) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the ones for provided instant
- minus(java.util.Collection) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the ones provided as Collection param
- minus(java.util.Collection) - function in io.github.funofprograming.timeseries.Timeseries
- Create new Timeseries with current entries minus the ones provided as Collection param
- minus(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.impl.MutableTimeseriesImpl
- Create new Timeseries with current entries minus the one provided as param
- minus(java.time.Instant) - function in io.github.funofprograming.timeseries.impl.MutableTimeseriesImpl
- Create new Timeseries with current entries minus the ones for provided instant
- minus(java.util.Collection) - function in io.github.funofprograming.timeseries.impl.MutableTimeseriesImpl
- Create new Timeseries with current entries minus the ones provided as Collection param
- minus(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.impl.TimeseriesImpl
- Create new Timeseries with current entries minus the one provided as param
- minus(java.time.Instant) - function in io.github.funofprograming.timeseries.impl.TimeseriesImpl
- Create new Timeseries with current entries minus the ones for provided instant
- minus(java.util.Collection) - function in io.github.funofprograming.timeseries.impl.TimeseriesImpl
- Create new Timeseries with current entries minus the ones provided as Collection param
- MutableTimeseries - class in io.github.funofprograming.timeseries
- Interface for defining the Timeseries data structure.
- MutableTimeseriesImpl - class in io.github.funofprograming.timeseries.impl
- mutableTimeseriesOf() - function in io.github.funofprograming.timeseries.TimeseriesBuildersKt
- Create an empty MutableTimeseries
- mutableTimeseriesOf(io.github.funofprograming.timeseries.TimeseriesEntry) - function in io.github.funofprograming.timeseries.TimeseriesBuildersKt
- Create a MutableTimeseries from a TimeseriesEntry
- mutableTimeseriesOf(io.github.funofprograming.timeseries.Timeseries) - function in io.github.funofprograming.timeseries.TimeseriesBuildersKt
- Create a MutableTimeseries by copying entries from another Timeseries
- mutableTimeseriesOf(java.util.NavigableMap) - function in io.github.funofprograming.timeseries.TimeseriesBuildersKt
- Create a MutableTimeseries from a
NavigableMapofCollection<TimeseriesEntry<E>>grouped byInstant - mutableTimeseriesOf(java.util.Collection) - function in io.github.funofprograming.timeseries.TimeseriesBuildersKt
- Create a MutableTimeseries from a
Collectionof TimeseriesEntry