public static class Analysis.Range extends Object
Range(Optional<Integer> atLeast, Optional<Integer> atMost)
Optional<Integer>
getAtLeast()
getAtMost()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Range(Optional<Integer> atLeast, Optional<Integer> atMost)
public Optional<Integer> getAtLeast()
public Optional<Integer> getAtMost()