Class SynchronizedByteList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedByteCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteList
All Implemented Interfaces:
Serializable, ByteIterable, MutableByteCollection, ByteList, MutableByteList, OrderedByteIterable, ReversibleByteIterable, PrimitiveIterable

public class SynchronizedByteList extends AbstractSynchronizedByteCollection implements MutableByteList
A synchronized view of a MutableByteList. It is imperative that the user manually synchronize on the on the collection when iterating over it using an iterator or stream.

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

Since:
3.1.
See Also: