org.jboss.gravel.common.util
Class DelimitedStringList

java.lang.Object
  extended by org.jboss.gravel.common.util.DelimitedStringList
All Implemented Interfaces:
Iterable<String>

public final class DelimitedStringList
extends Object
implements Iterable<String>


Constructor Summary
DelimitedStringList(String string)
           
DelimitedStringList(String string, char delimiter)
           
 
Method Summary
 Iterator<String> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedStringList

public DelimitedStringList(String string)

DelimitedStringList

public DelimitedStringList(String string,
                           char delimiter)
Method Detail

iterator

public Iterator<String> iterator()
Specified by:
iterator in interface Iterable<String>