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