Package net.infonode.util.math
Class Int4
- java.lang.Object
-
- net.infonode.util.math.Int4
-
public final class Int4 extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Int4add(Int4 i)Int4div(long value)intgetA()intgetB()intgetC()intgetD()Int4mul(long value)Int4set(Int4 i)voidsetA(int a)voidsetB(int b)voidsetC(int c)voidsetD(int d)Int4sub(Int4 i)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Int4
public Int4()
-
Int4
public Int4(Int4 i)
-
Int4
public Int4(int a, int b, int c, int d)
-
-
Method Detail
-
getA
public int getA()
-
setA
public void setA(int a)
-
getB
public int getB()
-
setB
public void setB(int b)
-
getC
public int getC()
-
setC
public void setC(int c)
-
getD
public int getD()
-
setD
public void setD(int d)
-
div
public Int4 div(long value)
-
mul
public Int4 mul(long value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-