S - A phantom type parameter indicating the coordinate space of the
areaT - The precise type of area@Generated(value={"Immutables.generator","PAreaYSplitDType<S, T>"}) public final class PAreaYSplitD<S,T extends PAreaDType<S>> extends Object implements PAreaYSplitDType<S,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
PAreaYSplitD.Builder<S,T extends PAreaDType<S>>
Builds instances of type
PAreaYSplitD. |
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends PAreaDType<S>> |
builder()
Creates a builder for
PAreaYSplitD. |
boolean |
equals(Object another)
This instance is equal to all instances of
PAreaYSplitD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
lower, upper. |
T |
lower() |
static <S,T extends PAreaDType<S>> |
of(T lower,
T upper)
Construct a new immutable
PAreaYSplitD instance. |
String |
toString()
Prints the immutable value
PAreaYSplitD with attribute values. |
T |
upper() |
public T lower()
lower in interface PAreaYSplitDType<S,T extends PAreaDType<S>>public T upper()
upper in interface PAreaYSplitDType<S,T extends PAreaDType<S>>public boolean equals(Object another)
PAreaYSplitD that have equal attribute values.public int hashCode()
lower, upper.public String toString()
PAreaYSplitD with attribute values.public static <S,T extends PAreaDType<S>> PAreaYSplitD<S,T> of(T lower, T upper)
PAreaYSplitD instance.lower - The value for the lower attributeupper - The value for the upper attributepublic static <S,T extends PAreaDType<S>> PAreaYSplitD.Builder<S,T> builder()
PAreaYSplitD.S - generic parameter ST - generic parameter TCopyright © 2017 <code@io7m.com> http://io7m.com