| Package | Description |
|---|---|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pool<E>
A thread safe implementation of a
weak interning hash set particularly well-suited for implementing a pool of instances. |
protected static class |
SegmentSequence.SegmentSequencePool
A cached pool of weakly referenced segment sequences.
|
protected static class |
SegmentSequence.StringArrayPool
A specialized pool for caching string arrays.
|
protected static class |
URI.URIPool
A pool for caching URIs.
|
class |
WeakInterningHashSet<E>
An implementation of an
interning set that keeps weak references to its element. |
| Modifier and Type | Method and Description |
|---|---|
static <T> InterningSet<T> |
ECollections.synchronizedInterningSet(InterningSet<T> set)
Returns a synchronized, i.e., thread-safe view of the interning set.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> InterningSet<T> |
ECollections.synchronizedInterningSet(InterningSet<T> set)
Returns a synchronized, i.e., thread-safe view of the interning set.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature