Package org.apache.hadoop.util
Class LightWeightGSet.SetIterator
java.lang.Object
org.apache.hadoop.util.LightWeightGSet.SetIterator
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
- LightWeightGSet<K,
E extends K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()voidremove()voidsetTrackModification(boolean trackModification) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SetIterator
public SetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
setTrackModification
public void setTrackModification(boolean trackModification)
-