|
|||||||||
| Home >> All >> com >> arranger >> jarl >> test >> [ frac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.test.frac
Class IntWrapper

java.lang.Objectcom.arranger.jarl.test.frac.IntWrapper
- public class IntWrapper
- extends java.lang.Object
| Field Summary | |
private int |
theValue
|
| Constructor Summary | |
IntWrapper(int i)
|
|
| Method Summary | |
boolean |
equals(int i)
|
int |
getValue()
|
void |
setValue(int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
theValue
private int theValue
| Constructor Detail |
IntWrapper
public IntWrapper(int i)
| Method Detail |
setValue
public void setValue(int i)
getValue
public int getValue()
equals
public boolean equals(int i)
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> test >> [ frac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.test.frac.IntWrapper