зеркало из https://github.com/mozilla/gecko-dev.git
added internAs(), which lets one string masquerade for another.
This commit is contained in:
Родитель
68cb6aabee
Коммит
360cf23b39
|
@ -51,4 +51,10 @@ class StringTable {
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public String internAs(String key, String value) {
|
||||
value = new String(value);
|
||||
strings.put(key, value);
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче