bpiwowar.argparser.checkers
Class LongLimit
java.lang.Object
bpiwowar.argparser.checkers.Limit
bpiwowar.argparser.checkers.LongLimit
- All Implemented Interfaces:
- ValueChecker, Comparable<Object>
public class LongLimit
- extends Limit
- Author:
- bpiwowar
Nested classes/interfaces inherited from class bpiwowar.argparser.checkers.Limit |
Limit.Type |
LongLimit
public LongLimit(Limit.Type type,
long value)
LongLimit
public LongLimit(long 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.