Class Range
- java.lang.Object
- org.springframework.batch.item.file.transform.Range
public class Range extends java.lang.ObjectA class to represent ranges. A Range can have minimum/maximum values from interval <1,Integer.MAX_VALUE-1> A Range can be unbounded at maximum side. This can be specified by passingUPPER_BORDER_NOT_DEFINED} as max value or using constructorRange(int).- Author:
- peter.zozom
Field Summary
Fields Modifier and Type Field Description static intUPPER_BORDER_NOT_DEFINED
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMax()intgetMin()booleanhasMaxValue()java.lang.StringtoString()
Field Detail
UPPER_BORDER_NOT_DEFINED
public static final int UPPER_BORDER_NOT_DEFINED
- See Also:
- Constant Field Values