public abstract class TimeIndex<T extends Comparable<? super T>> extends Object
Modifier and Type | Field and Description |
---|---|
static TimeIndex<Calendar> |
CALENDAR |
static TimeIndex<CalendarDate> |
CALENDAR_DATE |
static TimeIndex<Date> |
DATE |
static TimeIndex<Instant> |
INSTANT |
static TimeIndex<LocalDate> |
LOCAL_DATE |
static TimeIndex<LocalDateTime> |
LOCAL_DATE_TIME |
static TimeIndex<LocalTime> |
LOCAL_TIME |
static TimeIndex<OffsetDateTime> |
OFFSET_DATE_TIME |
static TimeIndex<ZonedDateTime> |
ZONED_DATE_TIME |
Constructor and Description |
---|
TimeIndex() |
Modifier and Type | Method and Description |
---|---|
abstract Structure1D.IndexMapper<T> |
from(T reference) |
abstract Structure1D.IndexMapper<T> |
from(T reference,
CalendarDate.Resolution resolution) |
abstract Structure1D.IndexMapper<T> |
plain() |
abstract Structure1D.IndexMapper<T> |
plain(CalendarDate.Resolution resolution) |
public static final TimeIndex<CalendarDate> CALENDAR_DATE
public static final TimeIndex<LocalDateTime> LOCAL_DATE_TIME
public static final TimeIndex<OffsetDateTime> OFFSET_DATE_TIME
public static final TimeIndex<ZonedDateTime> ZONED_DATE_TIME
public abstract Structure1D.IndexMapper<T> from(T reference)
public abstract Structure1D.IndexMapper<T> from(T reference, CalendarDate.Resolution resolution)
public abstract Structure1D.IndexMapper<T> plain()
public abstract Structure1D.IndexMapper<T> plain(CalendarDate.Resolution resolution)
Copyright © 2019 Optimatika. All rights reserved.