Package org.stringtemplate.v4.compiler
Class StringTable
- java.lang.Object
-
- org.stringtemplate.v4.compiler.StringTable
-
public class StringTable extends java.lang.Object
A unique set of strings where we can get a string's index. We can also get them back out in original order.
-
-
Constructor Summary
Constructors Constructor Description StringTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
add(java.lang.String s)
java.lang.String[]
toArray()
-