Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ size
Method
size
src/main/java/Archive/MessageArchive.java:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
public
int
size(){
64
return
indexes.size();
65
}
66
67
private
int
getRecordId(
int
index) {
68
return
((Integer)indexes.elementAt(index)).intValue();
Callers
7
getItemCount
Method · 0.45
setSize
Method · 0.45
destroyView
Method · 0.45
delAccount
Method · 0.45
rmsUpdate
Method · 0.45
startLogin
Method · 0.45
AccountRegister
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected