org.gudy.azureus2.core3.config.impl
Class StringIteratorImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.config.impl.StringIteratorImpl
All Implemented Interfaces:
StringIterator

public class StringIteratorImpl
extends java.lang.Object
implements StringIterator

Author:
Olivier Chalouhi

Constructor Summary
StringIteratorImpl(java.util.Iterator _iterator)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringIteratorImpl

public StringIteratorImpl(java.util.Iterator _iterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface StringIterator

next

public java.lang.String next()
Specified by:
next in interface StringIterator

remove

public void remove()
Specified by:
remove in interface StringIterator