Package gov.nasa.jpl.resource
Class ResourcesIterator<V extends Comparable>
java.lang.Object
gov.nasa.jpl.resource.ResourcesIterator<V>
This iterates in time order over all the resources handed to it in the constructor
We can't just use Guava's multi-iterator because instead of needing the <Time, Value>
pair, we need the Resource,Entry<Time, V> triple for XMLTOL and condition checking
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResourcesIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
peek
-
remove
public void remove()
-