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