Example usage for Java android.util Range fields, constructors, methods, implement or subclass
The text is from its open source code.
Range(final T lower, final T upper) Create a new immutable range. |
T | getLower() Get the lower endpoint. |
T | getUpper() Get the upper endpoint. |