|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.math.Int4
public final class Int4
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 |
---|
private int a
private int b
private int c
private int d
Constructor Detail |
---|
public Int4()
public Int4(Int4 i)
public Int4(int a, int b, int c, int d)
Method Detail |
---|
public int getA()
public void setA(int a)
public int getB()
public void setB(int b)
public int getC()
public void setC(int c)
public int getD()
public void setD(int d)
public Int4 set(Int4 i)
public Int4 add(Int4 i)
public Int4 sub(Int4 i)
public Int4 div(long value)
public Int4 mul(long value)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |