Class RangeContainer

  • All Implemented Interfaces:
    Range

    public class RangeContainer
    extends Container
    implements Range
    • Constructor Detail

      • RangeContainer

        public RangeContainer()
    • Method Detail

      • from

        public void from​(String newFrom)
      • fromPresent

        public boolean fromPresent()
        Specified by:
        fromPresent in interface Range
      • to

        public void to​(String newTo)
      • toPresent

        public boolean toPresent()
        Specified by:
        toPresent in interface Range