Package org.sonar.python.caching
Class StringTable
- java.lang.Object
-
- org.sonar.python.caching.StringTable
-
public class StringTable extends Object
-
-
Constructor Summary
Constructors Constructor Description StringTable()StringTable(List<String> byIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex(String string)StringgetString(int index)List<String>getStringList()
-