- All Implemented Interfaces:
 
Validator<Double> 
Implementation of validator for Coordinates.x field.
- Since:
 
- 1.0
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
boolean
Checks if value greater than -107
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
CoordXValidator
public CoordXValidator()
 
 
- 
Method Details
- 
validate
public boolean validate(Double value) 
Checks if value greater than -107
- Specified by:
 
validate in interface Validator<Double> 
- Parameters:
 
value - x to validate 
- Returns:
 
- true/false -- matches the restrictions
 
- See Also:
 
-