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