S - A phantom type parameter indicating the coordinate space of the
volume@Generated(value={"Immutables.generator","PVolumeBIType<S>"}) public final class PVolumeBI<S> extends Object implements PVolumeBIType<S>
A volume with BigInteger coordinates.
The coordinates of the area are given in half-closed form. That is,
minimumX() refers to the minimum inclusive value on the X
axis, and maximumX() refers to the maximum exclusive value on
the X axis. Likewise for the Y and Z axes.
| Modifier and Type | Class and Description |
|---|---|
static class |
PVolumeBI.Builder<S>
Builds instances of type
PVolumeBI. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PVolumeBI.Builder<S> |
builder()
Creates a builder for
PVolumeBI. |
boolean |
equals(Object another)
This instance is equal to all instances of
PVolumeBI that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
minimumX, maximumX, minimumY, maximumY, minimumZ, maximumZ. |
BigInteger |
maximumX() |
BigInteger |
maximumY() |
BigInteger |
maximumZ() |
BigInteger |
minimumX() |
BigInteger |
minimumY() |
BigInteger |
minimumZ() |
static <S> PVolumeBI<S> |
of(BigInteger minimumX,
BigInteger maximumX,
BigInteger minimumY,
BigInteger maximumY,
BigInteger minimumZ,
BigInteger maximumZ)
Construct a new immutable
PVolumeBI instance. |
String |
toString()
Prints the immutable value
PVolumeBI with attribute values. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionssizeX, sizeY, sizeZpublic BigInteger minimumX()
minimumX in interface PVolumeBIType<S>minimumX in interface VolumeValuesBITypeminimumX attributepublic BigInteger maximumX()
maximumX in interface PVolumeBIType<S>maximumX in interface VolumeValuesBITypemaximumX attributepublic BigInteger minimumY()
minimumY in interface PVolumeBIType<S>minimumY in interface VolumeValuesBITypeminimumY attributepublic BigInteger maximumY()
maximumY in interface PVolumeBIType<S>maximumY in interface VolumeValuesBITypemaximumY attributepublic BigInteger minimumZ()
minimumZ in interface PVolumeBIType<S>minimumZ in interface VolumeValuesBITypeminimumZ attributepublic BigInteger maximumZ()
maximumZ in interface PVolumeBIType<S>maximumZ in interface VolumeValuesBITypemaximumZ attributepublic boolean equals(Object another)
PVolumeBI that have equal attribute values.public int hashCode()
minimumX, maximumX, minimumY, maximumY, minimumZ, maximumZ.public String toString()
PVolumeBI with attribute values.public static <S> PVolumeBI<S> of(BigInteger minimumX, BigInteger maximumX, BigInteger minimumY, BigInteger maximumY, BigInteger minimumZ, BigInteger maximumZ)
PVolumeBI instance.minimumX - The value for the minimumX attributemaximumX - The value for the maximumX attributeminimumY - The value for the minimumY attributemaximumY - The value for the maximumY attributeminimumZ - The value for the minimumZ attributemaximumZ - The value for the maximumZ attributepublic static <S> PVolumeBI.Builder<S> builder()
PVolumeBI.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com