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) CalendarDate
SourceCache.Value.updated
(package private) CalendarDate
SourceCache.Value.used
Methods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateModifier and TypeMethodDescriptionprivate 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 CalendarDateModifier and TypeFieldDescriptionstatic final BasicSeries.TimeSeriesBuilder
<CalendarDate> BasicSeries.CALENDAR_DATE
private final NavigableMap
<CalendarDate, N> CalendarDateSeries.myDelegate
Methods 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 TypeMethodDescriptionvoid
CalendarDateSeries.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
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 CalendarDateModifierConstructorDescriptionprivate
SeriesForecaster
(Map<String, ? extends BasicSeries<CalendarDate, ? extends Comparable<?>>> data) private
SeriesForecaster
(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 CalendarDate
PrimitiveTimeSeries.first()
ExplicitTimeSeries.last()
ImplicitTimeSeries.last()
abstract CalendarDate
PrimitiveTimeSeries.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
Fields in org.ojalgo.type with type parameters of type CalendarDateMethods in org.ojalgo.type that return CalendarDateModifier and TypeMethodDescriptiondefault CalendarDate
CalendarDate.Resolution.adjustInto
(CalendarDate temporal) CalendarDateUnit.adjustInto
(CalendarDate temporal) CalendarDate.filter
(CalendarDateUnit resolution) static CalendarDate
CalendarDate.from
(TemporalAccessor temporal) static CalendarDate
CalendarDate.make
(long timeInMIllis, CalendarDate.Resolution resolution) static CalendarDate
CalendarDate.make
(Calendar calendar, CalendarDate.Resolution resolution) static CalendarDate
CalendarDate.make
(Date date, CalendarDate.Resolution resolution) static CalendarDate
CalendarDate.make
(CalendarDate.Resolution resolution) static CalendarDate
CalendarDate.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 CalendarDate
CalendarDate.Resolution.toKey
(long index) static CalendarDate
static CalendarDate
CalendarDate.valueOf
(OffsetDateTime offsetDateTime) static CalendarDate
CalendarDate.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 CalendarDate
CalendarDate.Resolution.adjustInto
(CalendarDate temporal) CalendarDateUnit.adjustInto
(CalendarDate temporal) int
CalendarDate.compareTo
(CalendarDate ref) default long
CalendarDate.Resolution.toIndex
(CalendarDate key)