|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeRange | |
|---|---|
| org.javasimon.callback.timeline | |
| Uses of TimeRange in org.javasimon.callback.timeline |
|---|
| Classes in org.javasimon.callback.timeline with type parameters of type TimeRange | |
|---|---|
class |
Timeline<TR extends TimeRange>
Collection of values sorted on a time line. |
class |
TimelineSample<TR extends TimeRange>
Snapshot of timeline state |
| Subclasses of TimeRange in org.javasimon.callback.timeline | |
|---|---|
class |
StopwatchTimeRange
Stopwatch statistics gathered for a specific time range. |
| Fields in org.javasimon.callback.timeline declared as TimeRange | |
|---|---|
private TR |
Timeline.lastTimeRange
Last used time range |
private TR[] |
TimelineSample.timeRanges
|
| Methods in org.javasimon.callback.timeline that return TimeRange | |
|---|---|
TR[] |
TimelineSample.getTimeRanges()
|
| Constructors in org.javasimon.callback.timeline with parameters of type TimeRange | |
|---|---|
TimelineSample(int capacity,
long width,
TR[] timeRanges)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||