Uses of Class
org.eclipse.emf.common.util.WeakInterningHashSet
Packages that use WeakInterningHashSet
-
Uses of WeakInterningHashSet in org.eclipse.emf.common.util
Subclasses of WeakInterningHashSet in org.eclipse.emf.common.utilModifier and TypeClassDescriptionclassPool<E>A thread safe implementation of aweak interning hash setparticularly well-suited for implementing a pool of instances.protected static classA cached pool of weakly referenced segment sequences.protected static classA specialized pool for caching string arrays.protected static classA pool for caching URIs.Fields in org.eclipse.emf.common.util declared as WeakInterningHashSetModifier and TypeFieldDescriptionprotected final WeakInterningHashSet<E> WeakInterningHashSet.SelfCleaningEntry.setMethods in org.eclipse.emf.common.util with parameters of type WeakInterningHashSetModifier and TypeMethodDescriptionfinal voidWeakInterningHashSet.Entry.clear(WeakInterningHashSet<E> set) removesthis entry from the set and then callsWeakInterningHashSet.Entry.doClear().Constructors in org.eclipse.emf.common.util with parameters of type WeakInterningHashSetModifierConstructorDescriptionSelfCleaningEntry(WeakInterningHashSet<E> set, E object, int hashCode, ReferenceQueue<? super E> queue) Creates an entry for the given set, for the object with the given hash code, managed by the given queue.