Class RangeValue

    • Constructor Detail

      • RangeValue

        public RangeValue()
    • Method Detail

      • isCombinable

        public boolean isCombinable()
        Overrides:
        isCombinable in class Value
      • appendFrom

        protected abstract void appendFrom​(java.lang.StringBuilder sb,
                                           boolean inclusive)
      • appendTo

        protected abstract void appendTo​(java.lang.StringBuilder sb,
                                         boolean inclusive)
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Value
      • inclusiveMin

        public RangeValue inclusiveMin​(boolean val)
      • inclusiveMax

        public RangeValue inclusiveMax​(boolean val)