Class MonthIterable

  • All Implemented Interfaces:
    Iterable<org.joda.time.YearMonth>


    public class MonthIterable
    extends Object
    implements Iterable<org.joda.time.YearMonth>
    • Constructor Detail

      • MonthIterable

        public MonthIterable(org.joda.time.YearMonth start,
                             org.joda.time.YearMonth end)
        Create an iterable over the specified months
        Parameters:
        start - the first month, inclusive
        end - the last month, exclusive
    • Method Detail

      • iterator

        public Iterator<org.joda.time.YearMonth> iterator()