@Deprecated public class LazyBSONObject.LazyBSONKeySet extends LazyBSONObject.ReadOnlySet<java.lang.String>
| Constructor and Description |
|---|
LazyBSONKeySet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.String e)
Deprecated.
|
boolean |
contains(java.lang.Object o)
Deprecated.
|
boolean |
containsAll(java.util.Collection<?> collection)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.util.Iterator<java.lang.String> |
iterator()
Deprecated.
|
boolean |
remove(java.lang.Object o)
Deprecated.
|
int |
size()
Deprecated.
This method runs in time linear to the total size of all keys in the document.
|
java.lang.String[] |
toArray()
Deprecated.
|
<T> T[] |
toArray(T[] a)
Deprecated.
|
addAll, clear, removeAll, retainAllpublic int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public java.util.Iterator<java.lang.String> iterator()
public java.lang.String[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(java.lang.String e)
add in interface java.util.Collection<java.lang.String>add in interface java.util.Set<java.lang.String>add in class LazyBSONObject.ReadOnlySet<java.lang.String>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<java.lang.String>remove in interface java.util.Set<java.lang.String>remove in class LazyBSONObject.ReadOnlySet<java.lang.String>public boolean containsAll(java.util.Collection<?> collection)