public abstract class AbstractInterval extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
positive |
protected long |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInterval(long value) |
protected |
AbstractInterval(long absoluteValue,
boolean positive) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSign() |
protected long |
getSignedValue() |
protected static long |
parseMatchingGroupToLong(Matcher matcher,
int groupNumber) |
Copyright © 2018–2021. All rights reserved.