Interface DiscreteValues


public interface DiscreteValues
  • Method Details

    • isInclusive

      boolean isInclusive()
      Returns:
      true if the values are to be included, false if the values are to be excluded
    • getValues

      Collection<Object> getValues()
    • getValuesCount

      int getValuesCount()