Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ toArray
Method
toArray
src/main/java/cms/utils/ConcurrentHashSet.java:102–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
@Override
103
public
Object[] toArray() {
104
return
mMap.keySet().toArray();
105
}
106
107
@Override
108
public
<E> E[] toArray(E[] a) {
Callers
15
format
Method · 0.80
searchUset
Method · 0.80
getUserTopic
Method · 0.80
getUserComment
Method · 0.80
getUserCommentReply
Method · 0.80
getUserQuestion
Method · 0.80
getUserAnswer
Method · 0.80
getUserAnswerReply
Method · 0.80
getHelpPage
Method · 0.80
getQuestionPage
Method · 0.80
getQuestionList
Method · 0.80
getTopicPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected