java.lang.Object
java.util.StringTokenizer
tools.jackson.databind.type.TypeParser.MyTokenizer
- All Implemented Interfaces:
Enumeration<Object>
- Enclosing class:
- TypeParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidMethods inherited from class java.util.StringTokenizer
countTokens, hasMoreElements, nextElement, nextTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
_input
-
_index
protected int _index -
_pushbackToken
-
-
Constructor Details
-
MyTokenizer
-
-
Method Details
-
hasMoreTokens
public boolean hasMoreTokens()- Overrides:
hasMoreTokensin classStringTokenizer
-
nextToken
- Overrides:
nextTokenin classStringTokenizer
-
pushBack
-
getAllInput
-
getRemainingInput
-