public class WeakEntry<T> extends WeakObject<T>
ActionReferenceQueue
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
arg
Optional command argument.
|
hashcode
Constructor and Description |
---|
WeakEntry(T object,
java.lang.Object arg)
Construct a new reference.
|
WeakEntry(T object,
java.lang.Object arg,
java.lang.ref.ReferenceQueue<? super T> queue)
Construct a WeakObject.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArgument()
Get the argument.
|
equals, hashCode
public WeakEntry(T object, java.lang.Object arg)
object
- Object to reference.arg
- The argument.