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 Details

    • EmptyTagContext

      private EmptyTagContext()
  • Method Details

    • getIterator

      protected Iterator<Tag> getIterator()
      Description copied from class: TagContext
      Returns an iterator over the tags in this TagContext.
      Specified by:
      getIterator in class TagContext
      Returns:
      an iterator over the tags in this TagContext.