Class ContextUtils.EmptyTagContext
java.lang.Object
io.opencensus.tags.TagContext
io.opencensus.tags.unsafe.ContextUtils.EmptyTagContext
- Enclosing class:
ContextUtils
- Since:
- 0.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an iterator over the tags in thisTagContext.Methods inherited from class TagContext
equals, hashCode, toString
-
Constructor Details
-
EmptyTagContext
private EmptyTagContext()
-
-
Method Details
-
getIterator
Description copied from class:TagContextReturns an iterator over the tags in thisTagContext.- Specified by:
getIteratorin classTagContext- Returns:
- an iterator over the tags in this
TagContext.
-