public class

LazyBSONList

extends LazyBSONObject
implements List<E>
java.lang.Object
   ↳ org.bson.LazyBSONObject
     ↳ org.bson.LazyBSONList
Known Direct Subclasses

Summary

Nested Classes
class LazyBSONList.LazyBSONListIterator  
[Expand]
Inherited Fields
From class org.bson.LazyBSONObject
Public Constructors
LazyBSONList(byte[] data, LazyBSONCallback callback)
LazyBSONList(byte[] data, int offset, LazyBSONCallback callback)
LazyBSONList(BSONByteBuffer buffer, LazyBSONCallback callback)
LazyBSONList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
Public Methods
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(int arg0)
ListIterator listIterator()
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)
[Expand]
Inherited Methods
From class org.bson.LazyBSONObject
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.List
From interface org.bson.BSONObject

Public Constructors

public 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 Methods

public void add (int arg0, Object arg1)

public boolean add (Object arg0)

public boolean addAll (Collection arg0)

public boolean addAll (int arg0, Collection arg1)

public void clear ()

public boolean contains (Object arg0)

public boolean containsAll (Collection arg0)

public Object get (int pos)

public int indexOf (Object arg0)

public Iterator iterator ()

public int lastIndexOf (Object arg0)

public ListIterator listIterator (int arg0)

public ListIterator listIterator ()

public Object remove (int arg0)

public boolean remove (Object arg0)

public boolean removeAll (Collection arg0)

public boolean retainAll (Collection arg0)

public Object set (int arg0, Object arg1)

public int size ()

public List subList (int arg0, int arg1)

public Object[] toArray ()

public Object[] toArray (Object[] arg0)