Class ResourcesIterator<V extends Comparable>

java.lang.Object
gov.nasa.jpl.resource.ResourcesIterator<V>

public class ResourcesIterator<V extends Comparable> extends Object
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