@Generated(value={"Immutables.generator","SMFAttributeArrayIntegerSigned3Type"}) public final class SMFAttributeArrayIntegerSigned3 extends Object implements SMFAttributeArrayIntegerSigned3Type
| Modifier and Type | Class and Description |
|---|---|
static class |
SMFAttributeArrayIntegerSigned3.Builder
Builds instances of type
SMFAttributeArrayIntegerSigned3. |
| Modifier and Type | Method and Description |
|---|---|
static SMFAttributeArrayIntegerSigned3.Builder |
builder()
Creates a builder for
SMFAttributeArrayIntegerSigned3. |
static SMFAttributeArrayIntegerSigned3 |
copyOf(SMFAttributeArrayIntegerSigned3Type instance)
Creates an immutable copy of a
SMFAttributeArrayIntegerSigned3Type value. |
boolean |
equals(Object another)
This instance is equal to all instances of
SMFAttributeArrayIntegerSigned3 that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
values. |
static SMFAttributeArrayIntegerSigned3 |
of(javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> values)
Construct a new immutable
SMFAttributeArrayIntegerSigned3 instance. |
String |
toString()
Prints the immutable value
SMFAttributeArrayIntegerSigned3 with attribute values. |
javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> |
values() |
SMFAttributeArrayIntegerSigned3 |
withValues(javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchArray, sizepublic javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> values()
values in interface SMFAttributeArrayIntegerSigned3Typepublic SMFAttributeArrayIntegerSigned3 withValues(javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> value)
public boolean equals(Object another)
SMFAttributeArrayIntegerSigned3 that have equal attribute values.public int hashCode()
values.public String toString()
SMFAttributeArrayIntegerSigned3 with attribute values.public static SMFAttributeArrayIntegerSigned3 of(javaslang.collection.Vector<com.io7m.jtensors.core.unparameterized.vectors.Vector3L> values)
SMFAttributeArrayIntegerSigned3 instance.values - The value for the values attributepublic static SMFAttributeArrayIntegerSigned3 copyOf(SMFAttributeArrayIntegerSigned3Type instance)
SMFAttributeArrayIntegerSigned3Type value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static SMFAttributeArrayIntegerSigned3.Builder builder()
SMFAttributeArrayIntegerSigned3.Copyright © 2017 <code@io7m.com> http://io7m.com