|
UDK 3.2.0 Java API Reference | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.sun.star.uno.WeakReference
public class WeakReference
This class holds weak reference to an object. It actually holds a reference to a com.sun.star.XAdapter implementation and obtains a hard reference if necessary.
コンストラクタの概要 | |
---|---|
WeakReference(Object obj)
Creates an instance of this class. |
|
WeakReference(WeakReference obj)
Creates an instance of this class. |
メソッドの概要 | |
---|---|
Object |
get()
Returns a hard reference to the object that is kept weak by this class. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public WeakReference(WeakReference obj)
obj
- - another instance that is to be copiedpublic WeakReference(Object obj)
obj
- XWeak implementationメソッドの詳細 |
---|
public Object get()
|
UDK 3.2.0 Java API Reference | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |