Class RangeContentType<T extends Comparable<? super T>>

    • Method Detail

      • rangeWithEnd

        public abstract IRange<T> rangeWithEnd​(T start,
                                               T end)
      • getEndPointContentType

        public ContentType<T> getEndPointContentType()