Class PeriodParser.ParseValues

java.lang.Object
javax.time.calendar.PeriodParser.ParseValues
Enclosing class:
PeriodParser

private static class PeriodParser.ParseValues extends Object
Parse values container created for each parse.
  • Field Details

    • years

      private int years
      The number of years.
    • months

      private int months
      The number of months.
    • days

      private int days
      The number of days.
    • hours

      private int hours
      The number of hours.
    • minutes

      private int minutes
      The number of minutes.
    • seconds

      private int seconds
      The number of seconds.
    • nanos

      private long nanos
      The number of nanoseconds.
    • negativeSecs

      private boolean negativeSecs
      Whether the seconds were negative.
    • index

      private int index
      Parser position index.
    • text

      private String text
      Original text.
  • Constructor Details

    • ParseValues

      ParseValues(String text)
  • Method Details