private static class QuantityRange.Point<U extends TypedUnit<U>> extends QuantityRange<U>
startAUTO, EXACT, VERBOSE| Modifier | Constructor and Description |
|---|---|
private |
Point(ITypedQuantity<U> start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IQuantity |
getCenter() |
ITypedQuantity<U> |
getEnd() |
IQuantity |
getExtent() |
int |
hashCode() |
boolean |
isPoint() |
createInfinite, createPoint, createWithEnd, createWithExtent, displayUsing, getStart, intersection, unionprivate Point(ITypedQuantity<U> start)
public ITypedQuantity<U> getEnd()
public IQuantity getCenter()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object