Package io.opencensus.implcore.tags
Class TagMapImpl.TagIterator
java.lang.Object
io.opencensus.implcore.tags.TagMapImpl.TagIterator
- Enclosing class:
TagMapImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Iterator
<Map.Entry<TagKey, TagValueWithMetadata>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
iterator
Iterator<Map.Entry<TagKey,TagValueWithMetadata>> iterator
-
-
Constructor Details
-
TagIterator
TagIterator(Map<TagKey, TagValueWithMetadata> tags)
-
-
Method Details