Class IntervalEnumeration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean hasMoreElements()  
      abstract Interval nextElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Enumeration

        asIterator
    • Constructor Detail

      • IntervalEnumeration

        public IntervalEnumeration()
    • Method Detail

      • hasMoreElements

        public abstract boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<Interval>
        Returns:
        true if there are more elements to enumerate.
      • nextElement

        public abstract Interval nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<Interval>
        Returns:
        next interval.