org.stringtemplate.v4.compiler
Class StringTable
java.lang.Object
org.stringtemplate.v4.compiler.StringTable
public class StringTable
- extends Object
A unique set of strings where we can get a string's index.
We can also get them back out in original order.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected LinkedHashMap<String,Integer> table
i
protected int i
StringTable
public StringTable()
add
public int add(String s)
toArray
public String[] toArray()
Copyright © 2011. All Rights Reserved.