Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Tag> |
TagSet.iterator() |
Constructor and Description |
---|
TagSet(Tag tag)
A set of tags contain the single given tag
|
Constructor and Description |
---|
TagSet(List<Tag> tagList)
A set of tags containing the given list of tags.
|
Copyright © 2016. All Rights Reserved.