Class SkriptQueue

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

public class SkriptQueue extends LinkedList<@NotNull Object> implements Deque<Object>, Queue<Object>, YggdrasilSerializable, AnyAmount
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: