Class VectorMutable2L

java.lang.Object
com.io7m.jtensors.storage.heap.VectorMutable2L
All Implemented Interfaces:
VectorReadable2LType, VectorStorageIntegral2Type, VectorStorageType

public final class VectorMutable2L
extends java.lang.Object
implements VectorStorageIntegral2Type
A heap-based vector.
  • Constructor Summary

    Constructors 
    Constructor Description
    VectorMutable2L()
    Create a new vector.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    void setX​(long in_x)
    Set the x component.
    void setY​(long in_y)
    Set the Y component.
    java.lang.String toString()  
    long x()  
    long y()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral2Type

    setVector2I, setVector2L, setXY