S - A phantom type parameter indicating the coordinate space of the
volume@Generated(value={"Immutables.generator","PVolumeSizeIType<S>"}) public final class PVolumeSizeI<S> extends Object implements PVolumeSizeIType<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
PVolumeSizeI.Builder<S>
Builds instances of type
PVolumeSizeI. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PVolumeSizeI.Builder<S> |
builder()
Creates a builder for
PVolumeSizeI. |
boolean |
equals(Object another)
This instance is equal to all instances of
PVolumeSizeI that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY, sizeZ. |
static <S> PVolumeSizeI<S> |
of(int sizeX,
int sizeY,
int sizeZ)
Construct a new immutable
PVolumeSizeI instance. |
int |
sizeX() |
int |
sizeY() |
int |
sizeZ() |
String |
toString()
Prints the immutable value
PVolumeSizeI with attribute values. |
public int sizeX()
sizeX in interface PVolumeSizeIType<S>sizeX in interface VolumeSizeValuesITypesizeX attributepublic int sizeY()
sizeY in interface PVolumeSizeIType<S>sizeY in interface VolumeSizeValuesITypesizeY attributepublic int sizeZ()
sizeZ in interface PVolumeSizeIType<S>sizeZ in interface VolumeSizeValuesITypesizeZ attributepublic boolean equals(Object another)
PVolumeSizeI that have equal attribute values.public int hashCode()
sizeX, sizeY, sizeZ.public String toString()
PVolumeSizeI with attribute values.public static <S> PVolumeSizeI<S> of(int sizeX, int sizeY, int sizeZ)
PVolumeSizeI instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributesizeZ - The value for the sizeZ attributepublic static <S> PVolumeSizeI.Builder<S> builder()
PVolumeSizeI.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com