Package org.eclipse.emf.common.util
Class Pool.PoolEntry<E>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<E>
org.eclipse.emf.common.util.WeakInterningHashSet.Entry<E>
org.eclipse.emf.common.util.Pool.PoolEntry<E>
-
Field Summary
FieldsFields inherited from class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
hashCode, next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Specialized to callWeakInterningHashSet.Entry.doClear().Methods inherited from class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
clear, doClear, getNextEntry, toStringMethods inherited from class java.lang.ref.Reference
clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
pool
-
-
Constructor Details
-
PoolEntry
-
-
Method Details
-
clear
public void clear()Description copied from class:WeakInterningHashSet.EntrySpecialized to callWeakInterningHashSet.Entry.doClear(). Derived classes should generally override this method only to impose synchronization. All the cleaning up of the fields of the entry should be done inWeakInterningHashSet.Entry.doClear().- Overrides:
clearin classWeakInterningHashSet.Entry<E>
-