Package | Description |
---|---|
com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
Class and Description |
---|
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 a
MutableSet . |
UnifiedSet |
UnmodifiableMutableSet
An unmodifiable view of a list.
|
Class and Description |
---|
UnifiedSet |
Copyright © 2004–2019. All rights reserved.