com.trigonic.jrobotx.util
Class URLEncodeTokenizer

java.lang.Object
  extended by com.trigonic.jrobotx.util.AbstractIterator<URLEncodeTokenizer.Token>
      extended by com.trigonic.jrobotx.util.URLEncodeTokenizer
All Implemented Interfaces:
java.util.Iterator<URLEncodeTokenizer.Token>

public class URLEncodeTokenizer
extends AbstractIterator<URLEncodeTokenizer.Token>


Nested Class Summary
static class URLEncodeTokenizer.Token
           
 
Constructor Summary
URLEncodeTokenizer(java.lang.String urlEncodedString, java.lang.String specialChars)
           
 
Method Summary
protected  URLEncodeTokenizer.Token getNext()
          Implement this to return the next value in the iteration, or null if none remain.
 
Methods inherited from class com.trigonic.jrobotx.util.AbstractIterator
hasNext, next, remove, removeLast
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncodeTokenizer

public URLEncodeTokenizer(java.lang.String urlEncodedString,
                          java.lang.String specialChars)
Method Detail

getNext

protected URLEncodeTokenizer.Token getNext()
Description copied from class: AbstractIterator
Implement this to return the next value in the iteration, or null if none remain.

Specified by:
getNext in class AbstractIterator<URLEncodeTokenizer.Token>