Class SynchronizedFloatStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStack
All Implemented Interfaces:
Serializable, FloatIterable, OrderedFloatIterable, PrimitiveIterable, FloatStack, MutableFloatStack

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

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

Since:
3.1.
See Also:
MutableFloatStack.asSynchronized(), MutableStack.asSynchronized(), Serialized Form