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