public final class IntegerWrapperHolder implements Holder {
// Public Constructors
public IntegerWrapperHolder( );
public IntegerWrapperHolder( Integer myint);
// Public Instance Fields
public Integer value;
}
A Holder class that contains a value of type
java.lang.Integer.