JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
opennlp.tools.util.jvm
StringInterner
Contents
Description
Method Summary
Method Details
intern(String)
Hide sidebar
Show sidebar
Interface StringInterner
public interface
StringInterner
A marker-interface for a String interner implementation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
intern
(
String
sample)
Interns and returns a reference to the representative instance for any collection of string instances that are equal to each other.
Method Details
intern
String
intern
(
String
sample)
Interns and returns a reference to the representative instance for any collection of string instances that are equal to each other.
Parameters:
sample
- string instance to be interned
Returns:
reference to the interned string instance