public class

MongoCollection

extends AbstractCollection<E>
java.lang.Object
   ↳ java.util.AbstractCollection<E>
     ↳ org.mule.module.mongo.api.MongoCollection

Summary

Fields
private static Logger logger
private Iterable<? extends DBObject> o
Public Constructors
MongoCollection(Iterable<? extends DBObject> o)
Public Methods
Iterator<DBObject> iterator()
int size()
Object[] toArray()
String toString()
Same impl that those found in Object, in order to avoid eager elements consumption
[Expand]
Inherited Methods
From class java.util.AbstractCollection
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection

Fields

private static Logger logger

private Iterable<? extends DBObject> o

Public Constructors

public MongoCollection (Iterable<? extends DBObject> o)

Parameters
o

Public Methods

public Iterator<DBObject> iterator ()

public int size ()

public Object[] toArray ()

public String toString ()

Same impl that those found in Object, in order to avoid eager elements consumption