Class PVolumeXYZSplitBI<S,T extends PVolumeBIType<S>>
java.lang.Object
com.io7m.jregions.core.parameterized.volumes.PVolumeXYZSplitBI<S,T>
- Type Parameters:
S- A phantom type parameter indicating the coordinate space of the areaT- The precise type of volume
- All Implemented Interfaces:
PVolumeXYZSplitBIType<S,T>
public final class PVolumeXYZSplitBI<S,T extends PVolumeBIType<S>> extends java.lang.Object implements PVolumeXYZSplitBIType<S,T>
A volume that has been split into octants via an X, Y, and Z axis.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPVolumeXYZSplitBI.Builder<S,T extends PVolumeBIType<S>>Builds instances of typePVolumeXYZSplitBI. -
Method Summary
Modifier and Type Method Description static <S, T extends PVolumeBIType<S>>
PVolumeXYZSplitBI.Builder<S,T>builder()Creates a builder forPVolumeXYZSplitBI.static <S, T extends PVolumeBIType<S>>
PVolumeXYZSplitBI<S,T>copyOf(PVolumeXYZSplitBIType<S,T> instance)Creates an immutable copy of aPVolumeXYZSplitBITypevalue.booleanequals(java.lang.Object another)This instance is equal to all instances ofPVolumeXYZSplitBIthat have equal attribute values.inthashCode()Computes a hash code from attributes:x0y0z0,x1y0z0,x0y1z0,x1y1z0,x0y0z1,x1y0z1,x0y1z1,x1y1z1.static <S, T extends PVolumeBIType<S>>
PVolumeXYZSplitBI<S,T>of(T x0y0z0, T x1y0z0, T x0y1z0, T x1y1z0, T x0y0z1, T x1y0z1, T x0y1z1, T x1y1z1)Construct a new immutablePVolumeXYZSplitBIinstance.java.lang.StringtoString()Prints the immutable valuePVolumeXYZSplitBIwith attribute values.PVolumeXYZSplitBI<S,T>withX0y0z0(T value)Copy the current immutable object by setting a value for thex0y0z0attribute.PVolumeXYZSplitBI<S,T>withX0y0z1(T value)Copy the current immutable object by setting a value for thex0y0z1attribute.PVolumeXYZSplitBI<S,T>withX0y1z0(T value)Copy the current immutable object by setting a value for thex0y1z0attribute.PVolumeXYZSplitBI<S,T>withX0y1z1(T value)Copy the current immutable object by setting a value for thex0y1z1attribute.PVolumeXYZSplitBI<S,T>withX1y0z0(T value)Copy the current immutable object by setting a value for thex1y0z0attribute.PVolumeXYZSplitBI<S,T>withX1y0z1(T value)Copy the current immutable object by setting a value for thex1y0z1attribute.PVolumeXYZSplitBI<S,T>withX1y1z0(T value)Copy the current immutable object by setting a value for thex1y1z0attribute.PVolumeXYZSplitBI<S,T>withX1y1z1(T value)Copy the current immutable object by setting a value for thex1y1z1attribute.Tx0y0z0()Tx0y0z1()Tx0y1z0()Tx0y1z1()Tx1y0z0()Tx1y0z1()Tx1y1z0()Tx1y1z1()
-
Method Details
-
x0y0z0
- Specified by:
x0y0z0in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The minimum X, minimum Y, minimum Z octant
-
x1y0z0
- Specified by:
x1y0z0in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The maximum X, minimum Y, minimum Z octant
-
x0y1z0
- Specified by:
x0y1z0in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The minimum X, maximum Y, minimum Z octant
-
x1y1z0
- Specified by:
x1y1z0in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The maximum X, maximum Y, minimum Z octant
-
x0y0z1
- Specified by:
x0y0z1in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The minimum X, minimum Y, maximum Z octant
-
x1y0z1
- Specified by:
x1y0z1in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The maximum X, minimum Y, maximum Z octant
-
x0y1z1
- Specified by:
x0y1z1in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The minimum X, maximum Y, maximum Z octant
-
x1y1z1
- Specified by:
x1y1z1in interfacePVolumeXYZSplitBIType<S,T extends PVolumeBIType<S>>- Returns:
- The maximum X, maximum Y, maximum Z octant
-
withX0y0z0
Copy the current immutable object by setting a value for thex0y0z0attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x0y0z0- Returns:
- A modified copy of the
thisobject
-
withX1y0z0
Copy the current immutable object by setting a value for thex1y0z0attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x1y0z0- Returns:
- A modified copy of the
thisobject
-
withX0y1z0
Copy the current immutable object by setting a value for thex0y1z0attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x0y1z0- Returns:
- A modified copy of the
thisobject
-
withX1y1z0
Copy the current immutable object by setting a value for thex1y1z0attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x1y1z0- Returns:
- A modified copy of the
thisobject
-
withX0y0z1
Copy the current immutable object by setting a value for thex0y0z1attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x0y0z1- Returns:
- A modified copy of the
thisobject
-
withX1y0z1
Copy the current immutable object by setting a value for thex1y0z1attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x1y0z1- Returns:
- A modified copy of the
thisobject
-
withX0y1z1
Copy the current immutable object by setting a value for thex0y1z1attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x0y1z1- Returns:
- A modified copy of the
thisobject
-
withX1y1z1
Copy the current immutable object by setting a value for thex1y1z1attribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for x1y1z1- Returns:
- A modified copy of the
thisobject
-
equals
public boolean equals(java.lang.Object another)This instance is equal to all instances ofPVolumeXYZSplitBIthat have equal attribute values.- Overrides:
equalsin classjava.lang.Object- Returns:
trueifthisis equal toanotherinstance
-
hashCode
public int hashCode()Computes a hash code from attributes:x0y0z0,x1y0z0,x0y1z0,x1y1z0,x0y0z1,x1y0z1,x0y1z1,x1y1z1.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hashCode value
-
toString
public java.lang.String toString()Prints the immutable valuePVolumeXYZSplitBIwith attribute values.- Overrides:
toStringin classjava.lang.Object- Returns:
- A string representation of the value
-
of
public static <S, T extends PVolumeBIType<S>> PVolumeXYZSplitBI<S,T> of(T x0y0z0, T x1y0z0, T x0y1z0, T x1y1z0, T x0y0z1, T x1y0z1, T x0y1z1, T x1y1z1)Construct a new immutablePVolumeXYZSplitBIinstance.- Type Parameters:
S- generic parameter ST- generic parameter T- Parameters:
x0y0z0- The value for thex0y0z0attributex1y0z0- The value for thex1y0z0attributex0y1z0- The value for thex0y1z0attributex1y1z0- The value for thex1y1z0attributex0y0z1- The value for thex0y0z1attributex1y0z1- The value for thex1y0z1attributex0y1z1- The value for thex0y1z1attributex1y1z1- The value for thex1y1z1attribute- Returns:
- An immutable PVolumeXYZSplitBI instance
-
copyOf
public static <S, T extends PVolumeBIType<S>> PVolumeXYZSplitBI<S,T> copyOf(PVolumeXYZSplitBIType<S,T> instance)Creates an immutable copy of aPVolumeXYZSplitBITypevalue. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.- Type Parameters:
S- generic parameter ST- generic parameter T- Parameters:
instance- The instance to copy- Returns:
- A copied immutable PVolumeXYZSplitBI instance
-
builder
Creates a builder forPVolumeXYZSplitBI.PVolumeXYZSplitBI.<S, T>builder() .setX0y0z0(T) // requiredx0y0z0.setX1y0z0(T) // requiredx1y0z0.setX0y1z0(T) // requiredx0y1z0.setX1y1z0(T) // requiredx1y1z0.setX0y0z1(T) // requiredx0y0z1.setX1y0z1(T) // requiredx1y0z1.setX0y1z1(T) // requiredx0y1z1.setX1y1z1(T) // requiredx1y1z1.build();- Type Parameters:
S- generic parameter ST- generic parameter T- Returns:
- A new PVolumeXYZSplitBI builder
-