|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.ref.Reference
java.lang.ref.WeakReference
org.deegree_impl.model.resources.WeakHashSet.WeakElement
A weak reference to an element.
| Nested Class Summary |
| Nested classes inherited from class java.lang.ref.Reference |
|
| Field Summary | |
(package private) int |
index
Index for this element in WeakHashSet.table. |
(package private) WeakHashSet.WeakElement |
next
The next entry, or null if there is none. |
| Fields inherited from class java.lang.ref.Reference |
|
| Constructor Summary | |
(package private) |
WeakHashSet.WeakElement(java.lang.Object obj,
WeakHashSet.WeakElement next,
int index)
Construct a new weak reference. |
| Method Summary | |
void |
clear()
Clear the reference. |
| Methods inherited from class java.lang.ref.Reference |
enqueue, get, isEnqueued |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
WeakHashSet.WeakElement next
null if there is none.
int index
WeakHashSet.table. This index
must be updated at every WeakHashSet.rehash(boolean) call.
| Constructor Detail |
WeakHashSet.WeakElement(java.lang.Object obj,
WeakHashSet.WeakElement next,
int index)
| Method Detail |
public void clear()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||