When the intern method is invoked, if the pool already contains a string equal to this String object as determined by the equals(Object) method, then the string from the pool is returned. Otherwise, this String object is added to the pool and a reference to this String object is returned....
* When the intern method is invoked, if the pool already contains a * string equal to this String object as determined by * the {@link#equals(Object)} method, then the string from the pool is * returned. Otherwise, this String object is added to the * pool and a reference to this ...
A pool of strings, initially empty, is maintained privately by the classString. When the intern method is invoked, if the pool already contains a string equal to thisStringobject as determined by the#equals(Object)method, then the string from the pool is returned. Otherwise, thisStringobject ...
{@code String}. * * When the intern method is invoked, if the pool already contains a * string equal to this {@code String} object as determined by * the {@link #equals(Object)} method, then the string from the pool is * returned. Otherwise, this {@code String} object is added...
String.Intern Method Reference Feedback Definition Namespace: Java.Lang Assembly: Mono.Android.dll Returns a canonical representation for the string object. C# Kopéieren [Android.Runtime.Register("intern", "()Ljava/lang/String;", "")] public string Intern (); Returns String a string ...
* Returns a canonical representation for the string object. ** A pool of strings, initially empty, is maintained privately by the * class{@codeString}. ** When the intern method is invoked, if the pool already contains a * string
{@code String}.* * When the intern method is invoked, if the pool already contains a* string equal to this {@code String} object as determined by* the {@link #equals(Object)} method, then the string from the pool is* returned. Otherwise, this {@code String} object is added to the...
* class String.* * When the intern method is invoked, if the pool already contains a * string equal to this String object as determined by * the {@link #equals(Object)} method, then the string from the pool is * returned. Otherwise, this String object is added to the * pool and...
* class String. ** When the intern method is invoked, if the pool already contains a * string equal to this String object as determined by * the {@link #equals(Object)} method, then the string from the pool is * returned. Otherwise, this String object is added to the ...
object as determined by * the {@link #equals(Object)} method, then the string from the...