Package io.opencensus.tags.unsafe
Class ContextUtils.EmptyTagContext
- java.lang.Object
-
- io.opencensus.tags.TagContext
-
- io.opencensus.tags.unsafe.ContextUtils.EmptyTagContext
-
- Enclosing class:
- ContextUtils
@Immutable private static final class ContextUtils.EmptyTagContext extends TagContext
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EmptyTagContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Iterator<Tag>
getIterator()
Returns an iterator over the tags in thisTagContext
.-
Methods inherited from class io.opencensus.tags.TagContext
equals, hashCode, toString
-
-
-
-
Method Detail
-
getIterator
protected java.util.Iterator<Tag> 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
.
-
-