S - A phantom type parameter indicating the coordinate space of the
area@Generated(value={"Immutables.generator","PAreaSizeBIType<S>"}) public final class PAreaSizeBI<S> extends Object implements PAreaSizeBIType<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
PAreaSizeBI.Builder<S>
Builds instances of type
PAreaSizeBI. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeBI.Builder<S> |
builder()
Creates a builder for
PAreaSizeBI. |
boolean |
equals(Object another)
This instance is equal to all instances of
PAreaSizeBI that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
BigInteger |
height()
Deprecated.
Use
sizeY() |
static <S> PAreaSizeBI<S> |
of(BigInteger sizeX,
BigInteger sizeY)
Construct a new immutable
PAreaSizeBI instance. |
BigInteger |
sizeX() |
BigInteger |
sizeY() |
String |
toString()
Prints the immutable value
PAreaSizeBI with attribute values. |
BigInteger |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic BigInteger sizeX()
sizeX in interface PAreaSizeBIType<S>sizeX in interface AreaSizeValuesBITypesizeX attributepublic BigInteger sizeY()
sizeY in interface PAreaSizeBIType<S>sizeY in interface AreaSizeValuesBITypesizeY attribute@Deprecated public BigInteger width()
sizeX()width in interface AreaSizeValuesBIType@Deprecated public BigInteger height()
sizeY()height in interface AreaSizeValuesBITypepublic boolean equals(Object another)
PAreaSizeBI that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
PAreaSizeBI with attribute values.public static <S> PAreaSizeBI<S> of(BigInteger sizeX, BigInteger sizeY)
PAreaSizeBI instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static <S> PAreaSizeBI.Builder<S> builder()
PAreaSizeBI.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com