public class WeakStack<T>
extends java.util.AbstractCollection<T>
| Constructor and Description |
|---|
WeakStack() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
java.util.Iterator<T> |
iterator() |
T |
peek() |
T |
pop() |
boolean |
remove(java.lang.Object o) |
int |
size() |
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait