public class QueueSet
extends java.util.Stack
implements java.util.Set
Constructor and Description |
---|
QueueSet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.Object o)
Deprecated.
|
boolean |
addAll(java.util.Collection c)
Deprecated.
|
add, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean add(java.lang.Object o)
add
in interface java.util.Collection
add
in interface java.util.List
add
in interface java.util.Set
add
in class java.util.Vector
public boolean addAll(java.util.Collection c)
addAll
in interface java.util.Collection
addAll
in interface java.util.List
addAll
in interface java.util.Set
addAll
in class java.util.Vector