Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNewMsgsCount
Method · 0.45
JuickConfig
Method · 0.45
getJuickJID
Method · 0.45
setJuickJID
Method · 0.45
getFirstContactWithNewHighlite
Method · 0.45
sendVCardReq
Method · 0.45
commandState
Method · 0.45
viewJuickThings
Method · 0.45
keyClear
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected