Class SynchronizedByteStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStack
All Implemented Interfaces:
Serializable, ByteIterable, OrderedByteIterable, PrimitiveIterable, ByteStack, MutableByteStack

public class SynchronizedByteStack extends Object implements MutableByteStack, Serializable
A synchronized view of a MutableByteStack. 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 synchronizedPrimitiveStack.stg.

Since:
3.1.
See Also: