Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
TagSet.wrapped |
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.
|