Class LightWeightGSet.SetIterator

java.lang.Object
org.apache.hadoop.util.LightWeightGSet.SetIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
LightWeightGSet<K,E extends K>

public class LightWeightGSet.SetIterator extends Object implements Iterator<E>
  • Constructor Details

    • SetIterator

      public SetIterator()
  • Method Details

    • hasNext

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

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

      public void remove()
      Specified by:
      remove in interface Iterator<E extends K>
    • setTrackModification

      public void setTrackModification(boolean trackModification)