Uses of Class
de.jungblut.datastructure.StringPool
-
Packages that use StringPool Package Description de.jungblut.datastructure de.jungblut.nlp -
-
Uses of StringPool in de.jungblut.datastructure
Methods in de.jungblut.datastructure that return StringPool Modifier and Type Method Description static StringPoolStringPool. getPool()static StringPoolStringPool. getSynchronizedPool() -
Uses of StringPool in de.jungblut.nlp
Methods in de.jungblut.nlp with parameters of type StringPool Modifier and Type Method Description static java.lang.String[]TokenizerUtils. internStrings(java.lang.String[] strings, StringPool pool)Interns the given strings inplace with the given pool.
-