Class QuoteUtil.DeQuotingStringIterator
java.lang.Object
org.eclipse.jetty.websocket.api.util.QuoteUtil.DeQuotingStringIterator
- Enclosing class:
- QuoteUtil
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
appendToken
(char c) boolean
hasNext()
next()
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
input
-
delims
-
token
-
hasToken
private boolean hasToken -
i
private int i
-
-
Constructor Details
-
DeQuotingStringIterator
-
-
Method Details