private static class QuantityRange.Point<U extends TypedUnit<U>> extends QuantityRange<U>
start
AUTO, 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, union
private Point(ITypedQuantity<U> start)
public ITypedQuantity<U> getEnd()
public IQuantity getCenter()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object