| Package | Description |
|---|---|
| org.eclipse.collections.impl.set | |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| Class | Description |
|---|---|
| UnifiedSet |
| Class | Description |
|---|---|
| MultiReaderMutableSetFactory | |
| MultiReaderUnifiedSet |
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.
|
| MutableSetFactoryImpl | |
| SetAdapter |
This class provides a MutableSet wrapper around a JDK Collections Set interface instance.
|
| SynchronizedMutableSet |
A synchronized view of a
MutableSet. |
| UnifiedSet | |
| UnmodifiableMutableSet |
An unmodifiable view of a list.
|
Copyright © 2004–2018. All rights reserved.