Class StrictArgumentList<S extends CommandSource>
java.lang.Object
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Argument<S>>,Collection<Argument<S>>,Deque<Argument<S>>,List<Argument<S>>,Queue<Argument<S>>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.LinkedList
add, addAll, addLast, clear, clone, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSequentialList
iteratorMethods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Constructor Details
-
StrictArgumentList
public StrictArgumentList()
-
-
Method Details
-
addFirst
- Specified by:
addFirstin interfaceDeque<S extends CommandSource>- Overrides:
addFirstin classLinkedList<Argument<S extends CommandSource>>
-
add
- Specified by:
addin interfaceCollection<S extends CommandSource>- Specified by:
addin interfaceDeque<S extends CommandSource>- Specified by:
addin interfaceList<S extends CommandSource>- Specified by:
addin interfaceQueue<S extends CommandSource>- Overrides:
addin classLinkedList<Argument<S extends CommandSource>>
-
addAll
- Specified by:
addAllin interfaceCollection<S extends CommandSource>- Specified by:
addAllin interfaceDeque<S extends CommandSource>- Specified by:
addAllin interfaceList<S extends CommandSource>- Overrides:
addAllin classLinkedList<Argument<S extends CommandSource>>
-
contains
- Specified by:
containsin interfaceCollection<S extends CommandSource>- Specified by:
containsin interfaceDeque<S extends CommandSource>- Specified by:
containsin interfaceList<S extends CommandSource>- Overrides:
containsin classLinkedList<Argument<S extends CommandSource>>
-
containsSimilar
-