Class Pair.PairIterator

java.lang.Object
edu.uci.ics.jung.graph.util.Pair.PairIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
Pair<T>

private class Pair.PairIterator extends Object implements Iterator<T>
  • Field Details

    • position

      int position
  • Constructor Details

    • PairIterator

      private PairIterator()
  • Method Details

    • hasNext

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

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

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