MCPcopy Create free account
hub / github.com/ReadyTalk/avian / regionMatches

Method regionMatches

classpath/java/lang/String.java:634–638  ·  view source on GitHub ↗
(int thisOffset, String match, int matchOffset,
                               int length)

Source from the content-addressed store, hash-verified

632 }
633
634 public boolean regionMatches(int thisOffset, String match, int matchOffset,
635 int length)
636 {
637 return regionMatches(false, thisOffset, match, matchOffset, length);
638 }
639
640 public boolean regionMatches(boolean ignoreCase, int thisOffset,
641 String match, int matchOffset, int length)

Callers

nothing calls this directly

Calls 3

substringMethod · 0.95
equalsIgnoreCaseMethod · 0.95
equalsMethod · 0.95

Tested by

no test coverage detected