MCPcopy Create free account
hub / github.com/NativeScript/android / compare

Method compare

test-app/runtime/src/main/java/com/tns/Runtime.java:196–198  ·  view source on GitHub ↗
(Method lhs, Method rhs)

Source from the content-addressed store, hash-verified

194
195 private final static Comparator<Method> methodComparator = new Comparator<Method>() {
196 public int compare(Method lhs, Method rhs) {
197 return lhs.getName().compareTo(rhs.getName());
198 }
199 };
200
201 private final StaticConfiguration config;

Callers 11

UrlStartsWithFunction · 0.45
IsESModuleMethod · 0.45
ResolveHttpRelativeFunction · 0.45
WithExtensionFunction · 0.45
ResolveModuleCallbackFunction · 0.45
NewThreadCallbackMethod · 0.45
WriteMethod · 0.45
StartsWithFunction · 0.45
CanonicalizeHttpUrlKeyFunction · 0.45
traceCallbackMethod · 0.45

Calls 2

getNameMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected