Class SynchronizedLongSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedLongCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSet
All Implemented Interfaces:
Serializable, MutableLongCollection, LongIterable, PrimitiveIterable, LongSet, MutableLongSet

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

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

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