Uses of Package
org.eclipse.collections.impl.set.mutable
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set | |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
-
Classes in org.eclipse.collections.impl.set.mutable used by org.eclipse.collections.impl.set Class Description UnifiedSet -
Classes in org.eclipse.collections.impl.set.mutable used by org.eclipse.collections.impl.set.mutable Class Description MultiReaderMutableSetFactory MultiReaderUnifiedSet MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.SetAdapter This class provides a MutableSet wrapper around a JDK Collections Set interface instance.SynchronizedMutableSet A synchronized view of aMutableSet.UnifiedSet UnmodifiableMutableSet An unmodifiable view of a list.