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