Package org.jboss.vfs
Class VFS.EmptyRemovableSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.jboss.vfs.VFS.EmptyRemovableSet<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.Set<E>
- Enclosing class:
- VFS
private static final class VFS.EmptyRemovableSet<E> extends java.util.AbstractSet<E>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EmptyRemovableSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.util.Iterator<E>
iterator()
boolean
remove(java.lang.Object o)
boolean
retainAll(java.util.Collection<?> c)
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, isEmpty, toArray, toArray, toString
-
-
-
-
Method Detail
-
remove
public boolean remove(java.lang.Object o)
-
retainAll
public boolean retainAll(java.util.Collection<?> c)
-
clear
public void clear()
-
iterator
public java.util.Iterator<E> iterator()
-
-