private static final class VFS.EmptyRemovableSet<E>
extends java.util.AbstractSet<E>
| Modifier | Constructor and Description |
|---|---|
private |
EmptyRemovableSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
add, addAll, contains, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic boolean remove(java.lang.Object o)
public boolean retainAll(java.util.Collection<?> c)
public void clear()
public java.util.Iterator<E> iterator()