Class AbstractSynchronizedIntCollection

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedIntCollection
All Implemented Interfaces:
Serializable, MutableIntCollection, IntIterable, PrimitiveIterable
Direct Known Subclasses:
SynchronizedIntBag, SynchronizedIntCollection, SynchronizedIntList, SynchronizedIntSet

public abstract class AbstractSynchronizedIntCollection extends Object implements MutableIntCollection, Serializable
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
Since:
3.1.
See Also: