org.gudy.azureus2.core3.config
Interface StringIterator

All Known Implementing Classes:
StringIteratorImpl

public interface StringIterator

Author:
Olivier Chalouhi

Method Summary
 boolean hasNext()
           
 String next()
           
 void remove()
           
 

Method Detail

hasNext

boolean hasNext()

next

String next()

remove

void remove()