public class SortedSensorIntervals extends java.util.TreeSet<SensorInterval>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_LABEL |
Constructor and Description |
---|
SortedSensorIntervals() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
finalize, getClass, notify, notifyAll, wait, wait, wait
public static final java.lang.String PARAMETER_LABEL
public java.lang.String toString()
toString
in class java.util.AbstractCollection<SensorInterval>