class |
IntervalBooleanMap |
Sorted map where keys are intervals and values boolean values.
|
class |
IntervalByteMap |
Sorted map where keys are intervals and values byte values.
|
class |
IntervalCharMap |
Sorted map where keys are intervals and values char values.
|
class |
IntervalDoubleMap |
Sorted map where keys are intervals and values double values.
|
class |
IntervalFloatMap |
Sorted map where keys are intervals and values float values.
|
class |
IntervalIntegerMap |
Sorted map where keys are intervals and values int values.
|
class |
IntervalLongMap |
Sorted map where keys are intervals and values long values.
|
class |
IntervalMap<T> |
Abstract class that implement a sorted map between intervals and attribute
values.
|
class |
IntervalShortMap |
Sorted map where keys are intervals and values short values.
|
class |
IntervalStringMap |
Sorted map where keys are intervals and values string values.
|
class |
TimestampBooleanMap |
Sorted map where keys are timestamp indices and values boolean values.
|
class |
TimestampByteMap |
Sorted map where keys are timestamp and values byte values.
|
class |
TimestampCharMap |
Sorted map where keys are timestamp and values character values.
|
class |
TimestampDoubleMap |
Sorted map where keys are timestamp and values double values.
|
class |
TimestampFloatMap |
Sorted map where keys are timestamp and values float values.
|
class |
TimestampIntegerMap |
Sorted map where keys are timestamp and values integer values.
|
class |
TimestampLongMap |
Sorted map where keys are timestamp and values long values.
|
class |
TimestampMap<T> |
Abstract class that implement a sorted map between timestamp and attribute
values.
|
class |
TimestampShortMap |
Sorted map where keys are timestamp and values short values.
|
class |
TimestampStringMap |
Sorted map where keys are timestamp and values string values.
|