MCPcopy 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

getItemCountMethod · 0.45
setSizeMethod · 0.45
destroyViewMethod · 0.45
delAccountMethod · 0.45
rmsUpdateMethod · 0.45
startLoginMethod · 0.45
AccountRegisterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected