Uses of Class
org.apache.lucene.util.StringInterner

Packages that use StringInterner
org.apache.lucene.util Some utility classes. 
 

Uses of StringInterner in org.apache.lucene.util
 

Subclasses of StringInterner in org.apache.lucene.util
 class SimpleStringInterner
          Simple 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
static StringInterner StringHelper.interner
          Expert: The StringInterner implementation used by Lucene.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.