org.apache.hadoop.util
Class LightWeightGSet.SetIterator

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

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


Constructor Summary
LightWeightGSet.SetIterator()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 void setTrackModification(boolean trackModification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightWeightGSet.SetIterator

public LightWeightGSet.SetIterator()
Method Detail

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)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.