@Generated(value={"Immutables.generator","Vector3LType"}) public final class Vector3L extends Object implements Vector3LType
long-typed vectors.| Modifier and Type | Class and Description |
|---|---|
static class |
Vector3L.Builder
Builds instances of type
Vector3L. |
| Modifier and Type | Method and Description |
|---|---|
static Vector3L.Builder |
builder()
Creates a builder for
Vector3L. |
boolean |
equals(Object another)
This instance is equal to all instances of
Vector3L that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
x, y, z. |
static Vector3L |
of(long x,
long y,
long z)
Construct a new immutable
Vector3L instance. |
String |
toString()
Prints the immutable value
Vector3L with attribute values. |
long |
x() |
long |
y() |
long |
z() |
public long x()
x in interface Vector3LTypex in interface VectorReadable2LTypex attributepublic long y()
y in interface Vector3LTypey in interface VectorReadable2LTypey attributepublic long z()
z in interface Vector3LTypez in interface VectorReadable3LTypez attributepublic boolean equals(Object another)
Vector3L that have equal attribute values.public int hashCode()
x, y, z.public String toString()
Vector3L with attribute values.public static Vector3L of(long x, long y, long z)
Vector3L instance.x - The value for the x attributey - The value for the y attributez - The value for the z attributepublic static Vector3L.Builder builder()
Vector3L.Copyright © 2017 <code@io7m.com> http://io7m.com