Java com.mongodb TagSet fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb TagSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb TagSet.

The text is from its open source code.

Constructor

TagSet(final Tag tag)
A set of tags contain the single given tag
TagSet(final List tagList)
A set of tags containing the given list of tags.