MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / compareTo

Method compareTo

src/bin/zip/CenterFileHeader.java:74–77  ·  view source on GitHub ↗
(CenterFileHeader o)

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public int compareTo(CenterFileHeader o) {
76 return nameStr.compareTo(o.nameStr);
77 }
78}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected