Class Range.RangeValue<T extends Comparable<T>>

    • Constructor Detail

      • RangeValue

        public RangeValue​(Boolean inclusive)
    • Method Detail

      • isInclusive

        public boolean isInclusive()
      • setInclusive

        public void setInclusive​(Boolean inclusive)
      • getValue

        public abstract T getValue()
      • getInclusive

        public Boolean getInclusive()
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(@Nullable Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object