org.mmbase.bridge
Interface StringIterator

All Superinterfaces:
Iterator<String>, ListIterator<String>
All Known Implementing Classes:
BasicStringList.BasicStringIterator, BridgeCollections.UnmodifiableStringIterator

public interface StringIterator
extends ListIterator<String>

An iterator for a list of strings

Version:
$Id: StringIterator.java 41186 2010-02-26 17:54:31Z michiel $
Author:
Pierre van Rooden

Method Summary
 String nextString()
          Returns the next element in the iterator as a String
 String previousString()
          Returns the previous element in the iterator as a String
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextString

String nextString()
Returns the next element in the iterator as a String

Returns:
next String

previousString

String previousString()
Returns the previous element in the iterator as a String

Returns:
previous String
Since:
MMBase-1.7


MMBase 2.0-SNAPSHOT - null