@Generated(value={"Immutables.generator","AreaSizeDType"}) public final class AreaSizeD extends Object implements AreaSizeDType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeD.Builder
Builds instances of type
AreaSizeD. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeD.Builder |
builder()
Creates a builder for
AreaSizeD. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
double |
height()
Deprecated.
Use
sizeY() |
static AreaSizeD |
of(double sizeX,
double sizeY)
Construct a new immutable
AreaSizeD instance. |
double |
sizeX() |
double |
sizeY() |
String |
toString()
Prints the immutable value
AreaSizeD with attribute values. |
double |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic double sizeX()
sizeX in interface AreaSizeDTypesizeX in interface AreaSizeValuesDTypesizeX attributepublic double sizeY()
sizeY in interface AreaSizeDTypesizeY in interface AreaSizeValuesDTypesizeY attribute@Deprecated public double width()
sizeX()width in interface AreaSizeValuesDType@Deprecated public double height()
sizeY()height in interface AreaSizeValuesDTypepublic boolean equals(Object another)
AreaSizeD that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
AreaSizeD with attribute values.public static AreaSizeD of(double sizeX, double sizeY)
AreaSizeD instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static AreaSizeD.Builder builder()
AreaSizeD.Copyright © 2017 <code@io7m.com> http://io7m.com