MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / isEmpty

Method isEmpty

src/main/java/Client/JuickConfig.java:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 private Vector JuickJIDs = null;
87
88 private boolean isEmpty() {
89 return (AccountsJIDs == null) || (AccountsJIDs.size() < 1);
90 }
91
92 private Records() {
93 AccountsJIDs = new Vector();

Callers 9

getNewMsgsCountMethod · 0.45
JuickConfigMethod · 0.45
getJuickJIDMethod · 0.45
setJuickJIDMethod · 0.45
sendVCardReqMethod · 0.45
commandStateMethod · 0.45
viewJuickThingsMethod · 0.45
keyClearMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected