Class ImmutableShortVec2d
java.lang.Object
de.florianmichael.rclasses.functional.vec._2d.ShortVec2d
de.florianmichael.rclasses.functional.vec._2d.immutable.ImmutableShortVec2d
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImmutableShortVec2d
public ImmutableShortVec2d() -
ImmutableShortVec2d
public ImmutableShortVec2d(short x, short y)
-
-
Method Details
-
getX
public short getX()- Specified by:
getXin classShortVec2d
-
getY
public short getY()- Specified by:
getYin classShortVec2d
-
setX
public void setX(short x) - Specified by:
setXin classShortVec2d
-
setY
public void setY(short y) - Specified by:
setYin classShortVec2d
-
toString
- Overrides:
toStringin classShortVec2d
-
equals
-
hashCode
public int hashCode()
-