public static class InFixToPostFix.CustomTokenizer extends Object
Constructor and Description |
---|
CustomTokenizer(String input) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreTokens() |
String |
nextToken() |
void |
parseInput(String input,
LinkedList linkedList) |
public CustomTokenizer(String input)
public void parseInput(String input, LinkedList linkedList)
public boolean hasMoreTokens()
public String nextToken()
Copyright © 2019 The Apache Software Foundation. All rights reserved.