org.objectweb.jac.core.dist.utils
Class IntHolder

java.lang.Object
  extended byorg.objectweb.jac.core.dist.utils.IntHolder

public class IntHolder
extends Object

IntHolder is used as a container for integers.

Author:
Renaud Pawlak, Lionel Seinturier
See Also:
RemoteContainer

Field Summary
 int value
           
 
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
Constructor Detail

IntHolder

public IntHolder()