Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.test.frac
Class IntWrapper  view IntWrapper download IntWrapper.java

java.lang.Object
  extended bycom.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)