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