public class TimelineSample<TR extends TimeRange> extends Object
Constructor and Description |
---|
TimelineSample(int capacity,
long width,
TR[] timeRanges) |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
TR[] |
getTimeRanges() |
long |
getWidth() |
public TimelineSample(int capacity, long width, TR[] timeRanges)
public int getCapacity()
public long getWidth()
public TR[] getTimeRanges()
Copyright © 2019. All rights reserved.