Class EnvironmentDeque<E extends Serializable>

java.lang.Object
java.util.AbstractCollection<E>
java.util.concurrent.ConcurrentLinkedDeque<E>
net.demilich.metastone.game.environment.EnvironmentDeque<E>
Type Parameters:
E - The object type that is held in the stack (typically primitive or immutable).
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Deque<E>, Queue<E>, EnvironmentValue

public class EnvironmentDeque<E extends Serializable> extends ConcurrentLinkedDeque<E> implements EnvironmentValue, Serializable
A stack in the environment.
See Also: