|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsidl.Long.Holder
public static class Long.Holder
This is the holder inner class for inout and out arguments for
type Long.
| Constructor Summary | |
|---|---|
Long.Holder()
Create a holder class with an empty holdee object. |
|
Long.Holder(long obj)
Create a holder with the specified object. |
|
| Method Summary | |
|---|---|
long |
get()
Get the value of the holdee object. |
void |
set(long obj)
Set the value of the holdee object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Long.Holder()
public Long.Holder(long obj)
| Method Detail |
|---|
public void set(long obj)
public long get()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||