org.apache.activemq.store.kahadb.plist
Class PList.PListIterator

java.lang.Object
  extended by org.apache.activemq.store.kahadb.plist.PList.PListIterator
All Implemented Interfaces:
java.util.Iterator<PListEntry>
Enclosing class:
PList

public final class PList.PListIterator
extends java.lang.Object
implements java.util.Iterator<PListEntry>


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

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<PListEntry>

next

public PListEntry next()
Specified by:
next in interface java.util.Iterator<PListEntry>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<PListEntry>

release

public void release()


Copyright © 2005-2012. All Rights Reserved.