public class LazyBSONList extends LazyBSONObject implements List
| Modifier and Type | Class and Description |
|---|---|
class |
LazyBSONList.LazyBSONListIterator |
LazyBSONObject.LazyBSONKeySet_callback, _doc_start_offset, _input| Constructor and Description |
|---|
LazyBSONList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback) |
LazyBSONList(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyBSONList(byte[] data,
int offset,
LazyBSONCallback callback) |
LazyBSONList(byte[] data,
LazyBSONCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int arg0,
Object arg1) |
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
boolean |
addAll(int arg0,
Collection arg1) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection arg0) |
Object |
get(int pos) |
int |
indexOf(Object arg0) |
Iterator |
iterator() |
int |
lastIndexOf(Object arg0) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int arg0) |
Object |
remove(int arg0) |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
Object |
set(int arg0,
Object arg1) |
int |
size() |
List |
subList(int arg0,
int arg1) |
Object[] |
toArray() |
Object[] |
toArray(Object[] arg0) |
containsField, containsKey, entrySet, equals, get, getBSONSize, getBytes, getElementBSONSize, getElementType, getElementValue, getOffset, hashCode, isElementEmpty, isEmpty, keySet, pipe, put, putAll, putAll, removeField, sizeCString, toMap, toStringpublic LazyBSONList(byte[] data,
LazyBSONCallback callback)
public LazyBSONList(byte[] data,
int offset,
LazyBSONCallback callback)
public LazyBSONList(BSONByteBuffer buffer, LazyBSONCallback callback)
public LazyBSONList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
public boolean contains(Object arg0)
contains in interface Collectioncontains in interface Listpublic boolean containsAll(Collection arg0)
containsAll in interface CollectioncontainsAll in interface Listpublic Iterator iterator()
public int lastIndexOf(Object arg0)
lastIndexOf in interface Listpublic int size()
size in interface Collectionsize in interface Listpublic ListIterator listIterator(int arg0)
listIterator in interface Listpublic ListIterator listIterator()
listIterator in interface Listpublic boolean add(Object arg0)
add in interface Collectionadd in interface Listpublic boolean addAll(Collection arg0)
addAll in interface CollectionaddAll in interface Listpublic boolean addAll(int arg0,
Collection arg1)
public void clear()
clear in interface Collectionclear in interface Listpublic boolean remove(Object arg0)
remove in interface Collectionremove in interface Listpublic boolean removeAll(Collection arg0)
removeAll in interface CollectionremoveAll in interface Listpublic boolean retainAll(Collection arg0)
retainAll in interface CollectionretainAll in interface Listpublic Object[] toArray()
toArray in interface CollectiontoArray in interface List