| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Tag> |
TagSet.iterator() |
| Constructor and Description |
|---|
TagSet(Tag tag)
A set of tags contain the single given tag
|
| Constructor and Description |
|---|
TagSet(java.util.List<Tag> tagList)
A set of tags containing the given list of tags.
|