Package io.opentelemetry.api.internal
Class ReadOnlyArrayMap.SetView.ReadOnlyIterator
- java.lang.Object
-
- io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView.ReadOnlyIterator
-
- All Implemented Interfaces:
java.util.Iterator<E>
- Enclosing class:
- ReadOnlyArrayMap.SetView<E>
final class ReadOnlyArrayMap.SetView.ReadOnlyIterator extends java.lang.Object implements java.util.Iterator<E>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
current
-
Constructor Summary
Constructors Constructor Description ReadOnlyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
void
remove()
-