net.infonode.util.math

Class Int4

public final class Int4 extends Object

Version: $Revision: 1.2 $

Author: $Author: johan $

Constructor Summary
Int4()
Int4(Int4 i)
Int4(int a, int b, int c, int d)
Method Summary
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)
StringtoString()

Constructor Detail

Int4

public Int4()

Int4

public Int4(Int4 i)

Int4

public Int4(int a, int b, int c, int d)

Method Detail

add

public Int4 add(Int4 i)

div

public Int4 div(long value)

getA

public int getA()

getB

public int getB()

getC

public int getC()

getD

public int getD()

mul

public Int4 mul(long value)

set

public Int4 set(Int4 i)

setA

public void setA(int a)

setB

public void setB(int b)

setC

public void setC(int c)

setD

public void setD(int d)

sub

public Int4 sub(Int4 i)

toString

public String toString()