Class RangeValidator<T extends Comparable<T>>

Type Parameters:
T - Content type of the tuple.
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ScaleValidator, ZoomValidator

public abstract class RangeValidator<T extends Comparable<T>> extends TupleValidator
Validators for tuples that represent a range of values This Validator is stateful, do not re-use it.