edu.stanford.math.mapper
public class BoundedIntervalCover extends java.lang.Object implements java.lang.Iterable<Interval<java.lang.Double>>
BoundedIntervalCover(double min, double max, int n, double overlap)
java.util.Iterator<Interval<java.lang.Double>>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BoundedIntervalCover(double min, double max, int n, double overlap)
public java.util.Iterator<Interval<java.lang.Double>> iterator()
iterator
java.lang.Iterable<Interval<java.lang.Double>>