| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| Modifier and Type | Field and Description |
|---|---|
private DBCursor.IteratorOrArray |
DBCursor.iteratorOrArray |
| Modifier and Type | Method and Description |
|---|---|
static DBCursor.IteratorOrArray |
DBCursor.IteratorOrArray.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBCursor.IteratorOrArray[] |
DBCursor.IteratorOrArray.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DBCursor.checkIteratorOrArray(DBCursor.IteratorOrArray expected) |