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

Method regionMatches

src/java/lang/String.java:312–328  ·  view source on GitHub ↗

Determines whether a region of this String matches the specified region of the specified String. @param toffset where to start looking in this String @param other the other String @param ooffset where to start looking in the other String @param len the number of characters to compare @retu

(int toffset, String other, int ooffset, int len)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

equalsIgnoreCaseMethod · 0.95
URLMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected