Class SynchronizedByteBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedByteCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBag
All Implemented Interfaces:
Serializable, ByteBag, MutableByteBag, ByteIterable, MutableByteCollection, PrimitiveIterable

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

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

Since:
3.1.
See Also: