Class Range<V>


  • public class Range<V>
    extends Object
    • Field Detail

      • UNBOUNDED

        public static final Range<?> UNBOUNDED
    • Constructor Detail

      • Range

        public Range​(V min,
                     V max)
      • Range

        public Range​(V min,
                     boolean inclusiveMin,
                     V max,
                     boolean inclusiveMax)
    • Method Detail

      • unbounded

        public static <V> Range<V> unbounded()
      • isUnbounded

        public boolean isUnbounded()
      • getLowerBound

        public String getLowerBound()
      • getUpperBound

        public String getUpperBound()