Uses of Interface
org.eclipse.emf.common.util.InterningSet
Packages that use InterningSet
-
Uses of InterningSet in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement InterningSetModifier 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.classAn implementation of aninterning setthat keeps weak references to its element.Methods in org.eclipse.emf.common.util that return InterningSetModifier and TypeMethodDescriptionstatic <T> InterningSet<T>ECollections.synchronizedInterningSet(InterningSet<T> set) Returns a synchronized, i.e., thread-safe view of the interning set.Methods in org.eclipse.emf.common.util with parameters of type InterningSetModifier and TypeMethodDescriptionstatic <T> InterningSet<T>ECollections.synchronizedInterningSet(InterningSet<T> set) Returns a synchronized, i.e., thread-safe view of the interning set.