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