org.apache.hadoop.hdfs
Class ShortCircuitShm.SlotIterator

java.lang.Object
  extended by org.apache.hadoop.hdfs.ShortCircuitShm.SlotIterator
All Implemented Interfaces:
Iterator<ShortCircuitShm.Slot>
Enclosing class:
ShortCircuitShm

public class ShortCircuitShm.SlotIterator
extends Object
implements Iterator<ShortCircuitShm.Slot>


Constructor Summary
ShortCircuitShm.SlotIterator()
           
 
Method Summary
 boolean hasNext()
           
 ShortCircuitShm.Slot next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortCircuitShm.SlotIterator

public ShortCircuitShm.SlotIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<ShortCircuitShm.Slot>

next

public ShortCircuitShm.Slot next()
Specified by:
next in interface Iterator<ShortCircuitShm.Slot>

remove

public void remove()
Specified by:
remove in interface Iterator<ShortCircuitShm.Slot>


Copyright © 2014 Apache Software Foundation. All Rights Reserved.