MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / intern

Method intern

src/java/lang/String.java:843–853  ·  view source on GitHub ↗

Returns a String that is equal to this String but which is guaranteed to be from the unique String pool. For example: s1.intern() == s2.intern() <=> s1.equals(s2).

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected