public abstract class Range<T> extends Object implements EmptyEvalutible
| 限定符和类型 | 方法和说明 |
|---|---|
abstract boolean |
contains(T value) |
T |
getEndInclusive() |
T |
getStart() |
boolean |
isNull() |
void |
setEndInclusive(T endInclusive) |
void |
setStart(T start) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEmptyCopyright © 2021. All rights reserved.