net.infonode.util.math
Class Int4

java.lang.Object
  extended by net.infonode.util.math.Int4

public final class Int4
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
$Author: johan $

Field Summary
private  int a
           
private  int b
           
private  int c
           
private  int d
           
 
Constructor Summary
Int4()
           
Int4(Int4 i)
           
Int4(int a, int b, int c, int d)
           
 
Method Summary
 Int4 add(Int4 i)
           
 Int4 div(long value)
           
 int getA()
           
 int getB()
           
 int getC()
           
 int getD()
           
 Int4 mul(long value)
           
 Int4 set(Int4 i)
           
 void setA(int a)
           
 void setB(int b)
           
 void setC(int c)
           
 void setD(int d)
           
 Int4 sub(Int4 i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a

private int a

b

private int b

c

private int c

d

private int d
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)

set

public Int4 set(Int4 i)

add

public Int4 add(Int4 i)

sub

public Int4 sub(Int4 i)

div

public Int4 div(long value)

mul

public Int4 mul(long value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object