Class AbstractInterval

    • Field Detail

      • value

        protected long value
      • positive

        protected boolean positive
    • Constructor Detail

      • AbstractInterval

        public AbstractInterval​(long value)
      • AbstractInterval

        public AbstractInterval​(long absoluteValue,
                                boolean positive)
    • Method Detail

      • parseMatchingGroupToLong

        protected static long parseMatchingGroupToLong​(Matcher matcher,
                                                       int groupNumber)
      • getSign

        protected String getSign()
      • getSignedValue

        protected long getSignedValue()