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, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitpublic boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listadd in interface java.util.Setadd in class java.util.Vectorpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.CollectionaddAll in interface java.util.ListaddAll in interface java.util.SetaddAll in class java.util.Vector