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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
iterator
Iterator<Map.Entry<TagKey, TagValueWithMetadata>> iterator
-
-
Constructor Details
-
TagIterator
TagIterator(Map<TagKey, TagValueWithMetadata> tags)
-
-
Method Details
-
hasNext
-
next
-
remove
-