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) CalendarDateSourceCache.Value. updated(package private) CalendarDateSourceCache.Value. usedMethods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDate Modifier and Type Method Description private voidSourceCache. 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_DATEprivate java.util.NavigableMap<CalendarDate,N>CalendarDateSeries. myDelegateMethods in org.ojalgo.series that return CalendarDate Modifier and Type Method Description CalendarDateCoordinationSet. getEarliestFirstKey()CalendarDateCoordinationSet. getEarliestLastKey()CalendarDateCoordinationSet. getLatestFirstKey()CalendarDateCoordinationSet. getLatestLastKey()CalendarDateCalendarDateSeries. nextKey()CalendarDateCalendarDateSeries. 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)NCalendarDateSeries. get(CalendarDate key)NCoordinationSet. getValue(java.lang.String series, CalendarDate date)CalendarDateSeries<N>CalendarDateSeries. headMap(CalendarDate toKey)CalendarDateSeries<N>CalendarDateSeries. headMap(CalendarDate toKey, boolean inclusive)NCalendarDateSeries. put(CalendarDate key, N value)CalendarDateCalendarDateSeries. 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 voidCalendarDateSeries. 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 CalendarDateSeriesForecaster. myLastKeyMethods in org.ojalgo.series.function that return CalendarDate Modifier and Type Method Description protected CalendarDateSeriesForecaster. 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 CalendarDateImplicitTimeSeries. myFirstMethods in org.ojalgo.series.primitive that return CalendarDate Modifier and Type Method Description CalendarDateExplicitTimeSeries. first()CalendarDateImplicitTimeSeries. first()abstract CalendarDatePrimitiveTimeSeries. first()CalendarDateExplicitTimeSeries. last()CalendarDateImplicitTimeSeries. last()abstract CalendarDatePrimitiveTimeSeries. 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_DATEMethods in org.ojalgo.type that return CalendarDate Modifier and Type Method Description default CalendarDateCalendarDate.Resolution. adjustInto(CalendarDate temporal)CalendarDateCalendarDateUnit. adjustInto(CalendarDate temporal)CalendarDateCalendarDate. filter(CalendarDateUnit resolution)static CalendarDateCalendarDate. from(java.time.temporal.TemporalAccessor temporal)static CalendarDateCalendarDate. make(long timeInMIllis, CalendarDate.Resolution resolution)static CalendarDateCalendarDate. make(java.util.Calendar calendar, CalendarDate.Resolution resolution)static CalendarDateCalendarDate. make(java.util.Date date, CalendarDate.Resolution resolution)static CalendarDateCalendarDate. make(CalendarDate.Resolution resolution)static CalendarDateCalendarDate. now()CalendarDateCalendarDate. step(int aStepCount, CalendarDateUnit aStepUnit)CalendarDateCalendarDate. step(CalendarDateDuration aStepDuration)Only steps with the int part of CalendarDateDuration.measure .CalendarDateCalendarDate. step(CalendarDateUnit aStepUnit)default CalendarDateCalendarDate.Resolution. toKey(long index)static CalendarDateCalendarDate. valueOf(java.time.Instant instant)static CalendarDateCalendarDate. valueOf(java.time.OffsetDateTime offsetDateTime)static CalendarDateCalendarDate. valueOf(java.time.ZonedDateTime zonedDateTime)CalendarDateCalendarDate. with(java.time.temporal.TemporalAdjuster adjuster)CalendarDateCalendarDate. with(java.time.temporal.TemporalField field, long newValue)Methods in org.ojalgo.type with parameters of type CalendarDate Modifier and Type Method Description default CalendarDateCalendarDate.Resolution. adjustInto(CalendarDate temporal)CalendarDateCalendarDateUnit. adjustInto(CalendarDate temporal)intCalendarDate. compareTo(CalendarDate ref)default longCalendarDate.Resolution. toIndex(CalendarDate key)
-