|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeDataParser | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.math | This package contains classes to ease calculations. |
| Uses of TimeDataParser in com.antelmann.db |
|---|
| Classes in com.antelmann.db that implement TimeDataParser | |
|---|---|
class |
EntryAnalyzer<T extends DBEntry>
provides a convenient base and several methods to easily analyze aggregated DBEntry data; the underlying data can additionally be provided as a DBClassStore. |
| Uses of TimeDataParser in com.antelmann.math |
|---|
| Classes in com.antelmann.math that implement TimeDataParser | |
|---|---|
class |
ObjectAnalyzer<T>
provides a convenient base and several methods to easily analyze aggregated data; the underlying data can either be provided as a cached Collection or via a retriever of an iterable object. |
| Methods in com.antelmann.math that return TimeDataParser | |
|---|---|
TimeDataParser<? super T> |
TimeDataGrid.getParser()
|
| Methods in com.antelmann.math with parameters of type TimeDataParser | |
|---|---|
void |
TimeDataGrid.setParser(TimeDataParser<? super T> parser)
|
| Constructors in com.antelmann.math with parameters of type TimeDataParser | |
|---|---|
TimeDataGrid(TimeDataParser<? super T> parser)
|
|
TimeDataGrid(TimeDataParser<? super T> parser,
Filter<? super T> filter)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||