bpiwowar.argparser.checkers
Class DoubleLimit
java.lang.Object
bpiwowar.argparser.checkers.Limit
bpiwowar.argparser.checkers.DoubleLimit
- All Implemented Interfaces:
- ValueChecker, Comparable<Object>
public class DoubleLimit
- extends Limit
- Author:
- bpiwowar
Nested classes/interfaces inherited from class bpiwowar.argparser.checkers.Limit |
Limit.Type |
DoubleLimit
public DoubleLimit(Limit.Type type,
double value)
DoubleLimit
public DoubleLimit(double d)
- Constructs from a double
- Parameters:
d
-
compareTo
public int compareTo(Object object)
toString
public String toString()
- Overrides:
toString
in class Object
getDescription
public String getDescription()
- Description copied from interface:
ValueChecker
- Get the description of the value checker
- Specified by:
getDescription
in interface ValueChecker
- Overrides:
getDescription
in class Limit
Copyright © 2013. All Rights Reserved.