abstract class LazyBSONObject.ReadOnlySet<E>
extends java.lang.Object
implements java.util.Set<E>
| Constructor and Description |
|---|
ReadOnlySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(java.util.Collection<? extends E> c) |
void |
clear() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait