Class QuotedStringTokenizer
java.lang.Object
org.globus.util.QuotedStringTokenizer
- All Implemented Interfaces:
Enumeration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIterator
-
Field Details
-
limit
private int limit -
start
private int start -
str
-
-
Constructor Details
-
QuotedStringTokenizer
-
-
Method Details
-
nextElement
- Specified by:
nextElementin interfaceEnumeration
-
nextToken
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-
hasMoreTokens
public boolean hasMoreTokens() -
countTokens
public int countTokens()
-