Class: com.sun.java.swing.plaf.gtk.Metacity.PeekableStringTokenizer
- static class Metacity.PeekableStringTokenizer
- extends StringTokenizer
Inheritance
Superclass tree:- java.lang.Object
- java.util.StringTokenizer
- com.sun.java.swing.plaf.gtk.Metacity.PeekableStringTokenizer
Methods
-
Metacity.PeekableStringTokenizertop
-
hasMoreTokenstop
public boolean hasMoreTokens()Tests if there are more tokens available from this tokenizer's string. If this method returns true, then a subsequent call to nextToken with no argument will successfully return a token.- Override hierarchy:
- hasMoreTokens from StringTokenizer
-
nextTokentop
public String nextToken()Returns the next token from this string tokenizer.- Override hierarchy:
- nextToken from StringTokenizer
-
peektop
public String peek()
Fields
-
token
String token
