public interface Range<T>
| Modifier and Type | Method and Description |
|---|---|
T |
end() |
boolean |
isEndExclusive() |
boolean |
isEndInclusive() |
boolean |
isStartExclusive() |
boolean |
isStartInclusive() |
T |
start() |
Copyright © 2021 vpc open source initiative. All rights reserved.