Class StringInterner
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().
LUCENENET specific.
Inheritance
System.Object
StringInterner
Assembly: DistributedLucene.Net.dll
Syntax
public class StringInterner : object
Methods
Name | Description |
---|---|
Intern(Char[], Int32, Int32) | Returns a single object instance for each equal string. |
Intern(String) | Returns a single object instance for each equal string. |