See: Description
| Interface | Description |
|---|---|
| TimeMap<K,V> |
Interface that defines the functionalities both timestamp and interval map
have.
|
| TimeSet<K> |
Interface that defines the functionalities both timestamp and interval set
have.
|
| Class | Description |
|---|---|
| IntervalBooleanMap |
Sorted map where keys are intervals and values boolean values.
|
| IntervalByteMap |
Sorted map where keys are intervals and values byte values.
|
| IntervalCharMap |
Sorted map where keys are intervals and values char values.
|
| IntervalDoubleMap |
Sorted map where keys are intervals and values double values.
|
| IntervalFloatMap |
Sorted map where keys are intervals and values float values.
|
| IntervalIntegerMap |
Sorted map where keys are intervals and values int values.
|
| IntervalLongMap |
Sorted map where keys are intervals and values long values.
|
| IntervalMap<T> |
Abstract class that implement a sorted map between intervals and attribute
values.
|
| IntervalSet |
Sorted set for intervals.
|
| IntervalShortMap |
Sorted map where keys are intervals and values short values.
|
| IntervalStringMap |
Sorted map where keys are intervals and values string values.
|
| TimestampBooleanMap |
Sorted map where keys are timestamp indices and values boolean values.
|
| TimestampByteMap |
Sorted map where keys are timestamp and values byte values.
|
| TimestampCharMap |
Sorted map where keys are timestamp and values character values.
|
| TimestampDoubleMap |
Sorted map where keys are timestamp and values double values.
|
| TimestampFloatMap |
Sorted map where keys are timestamp and values float values.
|
| TimestampIntegerMap |
Sorted map where keys are timestamp and values integer values.
|
| TimestampLongMap |
Sorted map where keys are timestamp and values long values.
|
| TimestampMap<T> |
Abstract class that implement a sorted map between timestamp and attribute
values.
|
| TimestampSet |
Sorted set for timestamps.
|
| TimestampShortMap |
Sorted map where keys are timestamp and values short values.
|
| TimestampStringMap |
Sorted map where keys are timestamp and values string values.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.