public abstract class AbstractReaderList extends java.lang.Object implements ReaderList
AbstractReaderList
class implements some of the
more universal methods for a ReaderList
.Constructor and Description |
---|
AbstractReaderList() |
Modifier and Type | Method and Description |
---|---|
int |
getClosestIndex(java.util.Date date)
Get the index of the reader closest in start date to the
specified date.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getReader, getStartDate, getTransform, getVariable, size
public int getClosestIndex(java.util.Date date)
ReaderList
getClosestIndex
in interface ReaderList
date
- the date to get the closest reader for.