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