Subclasses of StringInterner are required to return the same single String object for all equal strings. Depending on the implementation, this may not be the same object returned as String.intern(). This StringInterner base class simply delegates to String.intern().

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public class StringInterner
Visual Basic
Public Class StringInterner
Visual C++
public ref class StringInterner

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..StringInterner
    Lucene.Net.Util..::..SimpleStringInterner

See Also