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 voidappendToken(char c) booleanhasNext()next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
input
-
delims
-
token
-
hasToken
private boolean hasToken -
i
private int i
-
-
Constructor Details
-
DeQuotingStringIterator
-
-
Method Details
-
appendToken
private void appendToken(char c) -
hasNext
-
next
-
remove
-