Interface DiscreteValues
public interface DiscreteValues
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
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()
-