Class YearMonthUtils


  • public final class YearMonthUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.time.YearMonth fromMMyyyy​(java.lang.String monthYear)  
      static java.util.Collection<java.time.YearMonth> generateFromLocalDate​(java.time.LocalDate start, java.time.LocalDate end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generateFromLocalDate

        public static java.util.Collection<java.time.YearMonth> generateFromLocalDate​(java.time.LocalDate start,
                                                                                      java.time.LocalDate end)
      • fromMMyyyy

        public static java.time.YearMonth fromMMyyyy​(java.lang.String monthYear)