public abstract class Range<TYPE extends Comparable<TYPE>> extends Object implements Iterable<TYPE>
| Constructor and Description |
|---|
Range(TYPE minInclusive,
TYPE maxExclusive) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
include(TYPE element) |
Iterator<TYPE> |
iterator() |
TYPE |
max() |
TYPE |
min() |
protected abstract TYPE |
next(TYPE element) |
abstract int |
size() |
String |
toString() |
static Range |
valueOf(String s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright 2013-2016, The Rythm Engine project