Uses of Class
org.ojalgo.type.CalendarDate
-
Packages that use CalendarDate Package Description org.ojalgo.data.domain.finance org.ojalgo.data.domain.finance.series org.ojalgo.series org.ojalgo.series.function org.ojalgo.series.primitive org.ojalgo.type -
-
Uses of CalendarDate in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance with parameters of type CalendarDate Modifier and Type Method Description private static <K extends java.lang.Comparable<? super K>>
voidFinanceUtils. copyValues(CalendarDateSeries<java.math.BigDecimal> series, CalendarDate firstKey, double[] values)
-
Uses of CalendarDate in org.ojalgo.data.domain.finance.series
Fields in org.ojalgo.data.domain.finance.series declared as CalendarDate Modifier and Type Field Description (package private) CalendarDate
SourceCache.Value. updated
(package private) CalendarDate
SourceCache.Value. used
Methods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDate Modifier and Type Method Description private void
SourceCache. update(SourceCache.Value cacheValue, FinanceData cacheKey, CalendarDate now)
-
Uses of CalendarDate in org.ojalgo.series
Fields in org.ojalgo.series with type parameters of type CalendarDate Modifier and Type Field Description static BasicSeries.TimeSeriesBuilder<CalendarDate>
BasicSeries. CALENDAR_DATE
private java.util.NavigableMap<CalendarDate,N>
CalendarDateSeries. myDelegate
Methods in org.ojalgo.series that return CalendarDate Modifier and Type Method Description CalendarDate
CoordinationSet. getEarliestFirstKey()
CalendarDate
CoordinationSet. getEarliestLastKey()
CalendarDate
CoordinationSet. getLatestFirstKey()
CalendarDate
CoordinationSet. getLatestLastKey()
CalendarDate
CalendarDateSeries. nextKey()
CalendarDate
CalendarDateSeries. step(CalendarDate key)
Methods in org.ojalgo.series that return types with arguments of type CalendarDate Modifier and Type Method Description java.util.List<CalendarDate>
CoordinationSet. getAllCalendarDates()
BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(java.util.function.UnaryOperator<CalendarDate> keyTranslator)
BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(CalendarDateUnit resolution)
private BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(CalendarDateUnit resolution, java.util.function.Function<CalendarDate,CalendarDate> keyMapper)
Methods in org.ojalgo.series with parameters of type CalendarDate Modifier and Type Method Description private CoordinationSet<N>
CoordinationSet. doPruneAndResample(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution)
N
CalendarDateSeries. get(CalendarDate key)
N
CoordinationSet. getValue(java.lang.String series, CalendarDate date)
CalendarDateSeries<N>
CalendarDateSeries. headMap(CalendarDate toKey)
CalendarDateSeries<N>
CalendarDateSeries. headMap(CalendarDate toKey, boolean inclusive)
N
CalendarDateSeries. put(CalendarDate key, N value)
CalendarDate
CalendarDateSeries. step(CalendarDate key)
CalendarDateSeries<N>
CalendarDateSeries. subMap(CalendarDate fromKey, boolean inclusiveFromKey, CalendarDate toKey, boolean inclusiveToKey)
CalendarDateSeries<N>
CalendarDateSeries. subMap(CalendarDate fromKey, CalendarDate toKey)
CalendarDateSeries<N>
CalendarDateSeries. tailMap(CalendarDate fromKey)
CalendarDateSeries<N>
CalendarDateSeries. tailMap(CalendarDate fromKey, boolean inclusive)
Method parameters in org.ojalgo.series with type arguments of type CalendarDate Modifier and Type Method Description void
CalendarDateSeries. putAll(java.util.Map<? extends CalendarDate,? extends N> data)
BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(java.util.function.UnaryOperator<CalendarDate> keyTranslator)
private BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(CalendarDateUnit resolution, java.util.function.Function<CalendarDate,CalendarDate> keyMapper)
private BasicSeries<CalendarDate,N>
CalendarDateSeries. resample(CalendarDateUnit resolution, java.util.function.Function<CalendarDate,CalendarDate> keyMapper)
Constructor parameters in org.ojalgo.series with type arguments of type CalendarDate Constructor Description CalendarDateSeries(java.util.NavigableMap<CalendarDate,N> delegate, CalendarDateUnit resolution)
-
Uses of CalendarDate in org.ojalgo.series.function
Fields in org.ojalgo.series.function declared as CalendarDate Modifier and Type Field Description private CalendarDate
SeriesForecaster. myLastKey
Methods in org.ojalgo.series.function that return CalendarDate Modifier and Type Method Description protected CalendarDate
SeriesForecaster. getLastKey()
Methods in org.ojalgo.series.function with parameters of type CalendarDate Modifier and Type Method Description java.util.Map<java.lang.String,Access1D<?>>
SeriesForecaster. invoke(CalendarDate... key)
Constructor parameters in org.ojalgo.series.function with type arguments of type CalendarDate Constructor Description SeriesForecaster(java.util.Map<java.lang.String,? extends BasicSeries<CalendarDate,? extends java.lang.Comparable<?>>> data)
SeriesForecaster(BasicSeries<CalendarDate,? extends java.lang.Number> data)
-
Uses of CalendarDate in org.ojalgo.series.primitive
Fields in org.ojalgo.series.primitive declared as CalendarDate Modifier and Type Field Description private CalendarDate
ImplicitTimeSeries. myFirst
Methods in org.ojalgo.series.primitive that return CalendarDate Modifier and Type Method Description CalendarDate
ExplicitTimeSeries. first()
CalendarDate
ImplicitTimeSeries. first()
abstract CalendarDate
PrimitiveTimeSeries. first()
CalendarDate
ExplicitTimeSeries. last()
CalendarDate
ImplicitTimeSeries. last()
abstract CalendarDate
PrimitiveTimeSeries. last()
Constructors in org.ojalgo.series.primitive with parameters of type CalendarDate Constructor Description ImplicitTimeSeries(CalendarDate first, CalendarDateUnit resolution, PrimitiveSeries valueSeries)
-
Uses of CalendarDate in org.ojalgo.type
Fields in org.ojalgo.type with type parameters of type CalendarDate Modifier and Type Field Description static TimeIndex<CalendarDate>
TimeIndex. CALENDAR_DATE
Methods in org.ojalgo.type that return CalendarDate Modifier and Type Method Description default CalendarDate
CalendarDate.Resolution. adjustInto(CalendarDate temporal)
CalendarDate
CalendarDateUnit. adjustInto(CalendarDate temporal)
CalendarDate
CalendarDate. filter(CalendarDateUnit resolution)
static CalendarDate
CalendarDate. from(java.time.temporal.TemporalAccessor temporal)
static CalendarDate
CalendarDate. make(long timeInMIllis, CalendarDate.Resolution resolution)
static CalendarDate
CalendarDate. make(java.util.Calendar calendar, CalendarDate.Resolution resolution)
static CalendarDate
CalendarDate. make(java.util.Date date, CalendarDate.Resolution resolution)
static CalendarDate
CalendarDate. make(CalendarDate.Resolution resolution)
static CalendarDate
CalendarDate. now()
CalendarDate
CalendarDate. step(int aStepCount, CalendarDateUnit aStepUnit)
CalendarDate
CalendarDate. step(CalendarDateDuration aStepDuration)
Only steps with the int part of CalendarDateDuration.measure .CalendarDate
CalendarDate. step(CalendarDateUnit aStepUnit)
default CalendarDate
CalendarDate.Resolution. toKey(long index)
static CalendarDate
CalendarDate. valueOf(java.time.Instant instant)
static CalendarDate
CalendarDate. valueOf(java.time.OffsetDateTime offsetDateTime)
static CalendarDate
CalendarDate. valueOf(java.time.ZonedDateTime zonedDateTime)
CalendarDate
CalendarDate. with(java.time.temporal.TemporalAdjuster adjuster)
CalendarDate
CalendarDate. with(java.time.temporal.TemporalField field, long newValue)
Methods in org.ojalgo.type with parameters of type CalendarDate Modifier and Type Method Description default CalendarDate
CalendarDate.Resolution. adjustInto(CalendarDate temporal)
CalendarDate
CalendarDateUnit. adjustInto(CalendarDate temporal)
int
CalendarDate. compareTo(CalendarDate ref)
default long
CalendarDate.Resolution. toIndex(CalendarDate key)
-