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