public abstract class AbstractRange<T> extends Object implements Range<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
endExclusive |
protected boolean |
startExclusive |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRange() |
protected |
AbstractRange(boolean startExclusive,
boolean endExclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEndExclusive() |
boolean |
isEndInclusive() |
boolean |
isStartExclusive() |
boolean |
isStartInclusive() |
String |
toString() |
protected boolean startExclusive
protected boolean endExclusive
protected AbstractRange()
protected AbstractRange(boolean startExclusive,
boolean endExclusive)
public boolean isStartExclusive()
isStartExclusive in interface Range<T>public boolean isStartInclusive()
isStartInclusive in interface Range<T>public boolean isEndExclusive()
isEndExclusive in interface Range<T>public boolean isEndInclusive()
isEndInclusive in interface Range<T>Copyright © 2021 vpc open source initiative. All rights reserved.