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