org.apache.hadoop.hdfs
Class ShortCircuitShm.SlotIterator
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortCircuitShm.SlotIterator
public ShortCircuitShm.SlotIterator()
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.