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