Class SplitRange<T>

  • Type Parameters:
    T - type

    public class SplitRange<T>
    extends Object
    Represents a closed interval. Endpoints are inclusive.
    • Constructor Detail

      • SplitRange

        public SplitRange​(T low,
                          T high)