Class SynchronizedCharSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedCharCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSet
All Implemented Interfaces:
Serializable, CharIterable, MutableCharCollection, PrimitiveIterable, CharSet, MutableCharSet

public class SynchronizedCharSet
extends AbstractSynchronizedCharCollection
implements MutableCharSet
A synchronized view of a MutableCharSet. It is imperative that the user manually synchronize on the collection when iterating over it using the CharIterator, as per Collections.synchronizedCollection(Collection).

This file was automatically generated from template file synchronizedPrimitiveSet.stg.

Since:
3.1.
See Also:
MutableCharSet.asSynchronized(), MutableSet.asSynchronized(), Serialized Form