Class SkriptQueue

All Implemented Interfaces:
AnyAmount, AnyProvider, Container<Object>, Serializable, Cloneable, Iterable<Object>, Collection<Object>, Deque<Object>, List<Object>, Queue<Object>, SequencedCollection<Object>

@ContainerType(java.lang.Object.class) public class SkriptQueue extends LinkedList<@NotNull Object> implements Deque<Object>, Queue<Object>, AnyAmount, Container<Object>
A queue of elements. Elements will only be added to the queue if they are not null, with nothing happening if the elements are null.
See Also: