T - the type of members (if there were any)public class EmptySet<T>
extends java.util.AbstractSet<T>
| Constructor and Description |
|---|
EmptySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.util.Iterator<T> iterator()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)