Class RangeSettings

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TAG  
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeSettings​(int min, int max)  
    • Constructor Detail

      • RangeSettings

        public RangeSettings​(int min,
                             int max)
    • Method Detail

      • getValues

        public java.util.Set<java.lang.Integer> getValues()
      • get

        public java.util.Collection<AbstractSettings> get​(java.lang.String tag)
        Description copied from class: AbstractSettings
        Default implementation (to be overridden in subclasses).
        Overrides:
        get in class AbstractSettings
        Parameters:
        tag - the tag of the sections to be returned.
        Returns:
        Sections that correspond to the specified section tag.
      • add

        public void add​(AbstractSettings section)
        Description copied from class: AbstractSettings
        Default implementation (to be overridden in subclasses).
        Overrides:
        add in class AbstractSettings
        Parameters:
        section - the settings's section to be added.