Searched refs:IntHolder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DIntHolder.java40 * <code>IntHolder</code> as the corresponding
46 * If <code>myIntHolder</code> is an instance of <code>IntHolder</code>,
52 public final class IntHolder implements Streamable { class in inherits:Streamable
55 * The <code>int</code> value held by this <code>IntHolder</code>
61 * Constructs a new <code>IntHolder</code> object with its
64 public IntHolder() { method in class:IntHolder
68 * Constructs a new <code>IntHolder</code> object with its
73 * <code>IntHolder</code> object
75 public IntHolder(int initial) { method in class:IntHolder
81 * the <code>value</code> field in this <code>IntHolder</cod
[all...]

Completed in 22 milliseconds