Class SynchronizedCharBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedCharCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBag
All Implemented Interfaces:
Serializable, CharBag, MutableCharBag, CharIterable, MutableCharCollection, PrimitiveIterable

public class SynchronizedCharBag extends AbstractSynchronizedCharCollection implements MutableCharBag
A synchronized view of a MutableCharBag. 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 synchronizedPrimitiveBag.stg.

Since:
3.1.
See Also: