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