|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SnapshotSynchronizedSet | |
|---|---|
| edu.rice.cs.plt.collect | Contains general-purpose extensions to and variations on the java.util collections
framework. |
| Uses of SnapshotSynchronizedSet in edu.rice.cs.plt.collect |
|---|
| Methods in edu.rice.cs.plt.collect that return SnapshotSynchronizedSet | ||
|---|---|---|
static
|
SnapshotSynchronizedSet.make(Set<T> delegate)
Call the constructor (allows T to be inferred). |
|
static
|
SnapshotSynchronizedSet.makeHash()
Call the constructor with an empty HashSet. |
|
static
|
SnapshotSynchronizedSet.makeLinkedHash()
Call the constructor with an empty LinkedHashSet. |
|
static
|
SnapshotSynchronizedSet.makeTree()
Call the constructor with an empty TreeSet. |
|
static
|
CollectUtil.snapshotSynchronized(Set<T> s)
Wrap s as a thread-safe set that produces snapshots to support concurrent iteration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||