Class IntHolder

java.lang.Object
   |
   +----IntHolder

class IntHolder
extends Object
A class to hold an integer that allows the simulation of passing parameters by address in the C language.

Version:
1.00
Author:
Bill Lorton

Variable Index

 o value

Constructor Index

 o IntHolder()

Variables

 o value
 public int value

Constructors

 o IntHolder
 public IntHolder()