Class SynchronizedCharStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStack
All Implemented Interfaces:
Serializable, CharIterable, OrderedCharIterable, PrimitiveIterable, CharStack, MutableCharStack

public class SynchronizedCharStack extends Object implements MutableCharStack, Serializable
A synchronized view of a MutableCharStack. It is imperative that the user manually synchronize on the collection when iterating over it using the CharIterator, as per Collections.synchronizedCollection(Collection).

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

Since:
3.1.
See Also: