Class ReadOnlyArrayMap.SetView.ReadOnlyIterator

java.lang.Object
io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView.ReadOnlyIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
ReadOnlyArrayMap.SetView<E>

final class ReadOnlyArrayMap.SetView.ReadOnlyIterator extends Object implements Iterator<E>
  • Field Details

    • current

      int current
  • Constructor Details

    • ReadOnlyIterator

      ReadOnlyIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<E>
    • next

      public E next()
      Specified by:
      next in interface Iterator<E>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<E>