Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ getEntries
Method
getEntries
src/bin/zip/ZipFile.java:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public
ArrayList<ZipEntry> getEntries() {
40
return
new
ArrayList<>(entries.values());
41
}
42
43
public
int
getEntrySize() {
44
return
entries.size();
Callers
3
optimize
Method · 0.80
isZipFileContentEquals
Method · 0.80
collectChildren
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected