Uses of Class
org.apache.lucene.util.StringInterner
-
Packages that use StringInterner Package Description org.apache.lucene.util Some utility classes. -
-
Uses of StringInterner in org.apache.lucene.util
Subclasses of StringInterner in org.apache.lucene.util Modifier and Type Class Description classSimpleStringInternerSimple lockless and memory barrier free String intern cache that is guaranteed to return the same String instance as String.intern() does.Fields in org.apache.lucene.util declared as StringInterner Modifier and Type Field Description static StringInternerStringHelper. internerExpert: The StringInterner implementation used by Lucene.
-