Example usage for Java com.vaadin.shared Range fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getStart() Returns the inclusive start point of this range. |
boolean | isEmpty() Checks whether the range has no elements between the start and end. |
int | length() The number of integers contained in the range. |
Range | withLength(final int start, final int length) Creates a range from a start point, with a given length. |