br.usp.ime.jbase
Class IntHolder

java.lang.Object
  |
  +--br.usp.ime.jbase.IntHolder

public class IntHolder
extends java.lang.Object

Auxiliary class that holds an int value.


Field Summary
 int value
          The int value held by this IntHolder.
 
Constructor Summary
IntHolder()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
The int value held by this IntHolder.
Constructor Detail

IntHolder

public IntHolder()