Uses of Class
org.ojalgo.type.CalendarDate
Packages that use CalendarDate
Package
Description
-
Uses of CalendarDate in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance with parameters of type CalendarDateModifier and TypeMethodDescriptionprivate static <K extends Comparable<? super K>>
voidFinanceUtils.copyValues(CalendarDateSeries<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 CalendarDateModifier and TypeFieldDescription(package private) CalendarDateSourceCache.Value.updated(package private) CalendarDateSourceCache.Value.usedMethods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateModifier and TypeMethodDescriptionprivate voidSourceCache.update(SourceCache.Value cacheValue, FinanceData cacheKey, CalendarDate now) -
Uses of CalendarDate in org.ojalgo.series
Subclasses with type arguments of type CalendarDate in org.ojalgo.seriesClasses in org.ojalgo.series that implement interfaces with type arguments of type CalendarDateFields in org.ojalgo.series with type parameters of type CalendarDateModifier and TypeFieldDescriptionstatic final BasicSeries.TimeSeriesBuilder<CalendarDate> BasicSeries.CALENDAR_DATEprivate final NavigableMap<CalendarDate, N> CalendarDateSeries.myDelegateMethods in org.ojalgo.series that return CalendarDateModifier and TypeMethodDescriptionCoordinationSet.getEarliestFirstKey()CoordinationSet.getEarliestLastKey()CoordinationSet.getLatestFirstKey()CoordinationSet.getLatestLastKey()CalendarDateSeries.nextKey()CalendarDateSeries.step(CalendarDate key) Methods in org.ojalgo.series that return types with arguments of type CalendarDateModifier and TypeMethodDescriptionCoordinationSet.getAllCalendarDates()CalendarDateSeries.resample(UnaryOperator<CalendarDate> keyTranslator) CalendarDateSeries.resample(CalendarDateUnit resolution) private BasicSeries<CalendarDate, N> CalendarDateSeries.resample(CalendarDateUnit resolution, Function<CalendarDate, CalendarDate> keyMapper) Methods in org.ojalgo.series with parameters of type CalendarDateModifier and TypeMethodDescriptionprivate CoordinationSet<N> CoordinationSet.doPruneAndResample(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution) CalendarDateSeries.get(CalendarDate key) CoordinationSet.getValue(String series, CalendarDate date) CalendarDateSeries.headMap(CalendarDate toKey) CalendarDateSeries.headMap(CalendarDate toKey, boolean inclusive) CalendarDateSeries.put(CalendarDate key, N value) CalendarDateSeries.step(CalendarDate key) CalendarDateSeries.subMap(CalendarDate fromKey, boolean inclusiveFromKey, CalendarDate toKey, boolean inclusiveToKey) CalendarDateSeries.subMap(CalendarDate fromKey, CalendarDate toKey) CalendarDateSeries.tailMap(CalendarDate fromKey) CalendarDateSeries.tailMap(CalendarDate fromKey, boolean inclusive) Method parameters in org.ojalgo.series with type arguments of type CalendarDateModifier and TypeMethodDescriptionvoidCalendarDateSeries.putAll(Map<? extends CalendarDate, ? extends N> data) CalendarDateSeries.resample(UnaryOperator<CalendarDate> keyTranslator) private BasicSeries<CalendarDate, N> CalendarDateSeries.resample(CalendarDateUnit resolution, Function<CalendarDate, CalendarDate> keyMapper) private BasicSeries<CalendarDate, N> CalendarDateSeries.resample(CalendarDateUnit resolution, Function<CalendarDate, CalendarDate> keyMapper) Constructor parameters in org.ojalgo.series with type arguments of type CalendarDateModifierConstructorDescription(package private)CalendarDateSeries(NavigableMap<CalendarDate, N> delegate, CalendarDateUnit resolution) -
Uses of CalendarDate in org.ojalgo.series.function
Subclasses with type arguments of type CalendarDate in org.ojalgo.series.functionModifier and TypeClassDescriptionclassA forecaster is restricted to CalendarDate keys and is intended to predict something related to future keys/dates.Fields in org.ojalgo.series.function declared as CalendarDateMethods in org.ojalgo.series.function that return CalendarDateMethods in org.ojalgo.series.function with parameters of type CalendarDateConstructor parameters in org.ojalgo.series.function with type arguments of type CalendarDateModifierConstructorDescriptionprivateSeriesForecaster(Map<String, ? extends BasicSeries<CalendarDate, ? extends Comparable<?>>> data) privateSeriesForecaster(BasicSeries<CalendarDate, ? extends Number> data) -
Uses of CalendarDate in org.ojalgo.series.primitive
Fields in org.ojalgo.series.primitive declared as CalendarDateMethods in org.ojalgo.series.primitive that return CalendarDateModifier and TypeMethodDescriptionExplicitTimeSeries.first()ImplicitTimeSeries.first()abstract CalendarDatePrimitiveTimeSeries.first()ExplicitTimeSeries.last()ImplicitTimeSeries.last()abstract CalendarDatePrimitiveTimeSeries.last()Constructors in org.ojalgo.series.primitive with parameters of type CalendarDateModifierConstructorDescriptionImplicitTimeSeries(CalendarDate first, CalendarDateUnit resolution, PrimitiveSeries valueSeries) -
Uses of CalendarDate in org.ojalgo.type
Subinterfaces with type arguments of type CalendarDate in org.ojalgo.typeModifier and TypeInterfaceDescriptionstatic interfaceClasses in org.ojalgo.type that implement interfaces with type arguments of type CalendarDateModifier and TypeClassDescriptionfinal classFields in org.ojalgo.type with type parameters of type CalendarDateMethods in org.ojalgo.type that return CalendarDateModifier and TypeMethodDescriptiondefault CalendarDateCalendarDate.Resolution.adjustInto(CalendarDate temporal) CalendarDateUnit.adjustInto(CalendarDate temporal) CalendarDate.filter(CalendarDateUnit resolution) static CalendarDateCalendarDate.from(TemporalAccessor temporal) static CalendarDateCalendarDate.make(long timeInMIllis, CalendarDate.Resolution resolution) static CalendarDateCalendarDate.make(Calendar calendar, CalendarDate.Resolution resolution) static CalendarDateCalendarDate.make(Date date, CalendarDate.Resolution resolution) static CalendarDateCalendarDate.make(CalendarDate.Resolution resolution) static CalendarDateCalendarDate.now()CalendarDate.step(int aStepCount, CalendarDateUnit aStepUnit) CalendarDate.step(CalendarDateDuration aStepDuration) Only steps with the int part of CalendarDateDuration.measure .CalendarDate.step(CalendarDateUnit aStepUnit) default CalendarDateCalendarDate.Resolution.toKey(long index) static CalendarDatestatic CalendarDateCalendarDate.valueOf(OffsetDateTime offsetDateTime) static CalendarDateCalendarDate.valueOf(ZonedDateTime zonedDateTime) CalendarDate.with(TemporalAdjuster adjuster) CalendarDate.with(TemporalField field, long newValue) Methods in org.ojalgo.type with parameters of type CalendarDateModifier and TypeMethodDescriptiondefault CalendarDateCalendarDate.Resolution.adjustInto(CalendarDate temporal) CalendarDateUnit.adjustInto(CalendarDate temporal) intCalendarDate.compareTo(CalendarDate ref) default longCalendarDate.Resolution.toIndex(CalendarDate key)