MCPcopy 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

formatMethod · 0.80
searchUsetMethod · 0.80
getUserTopicMethod · 0.80
getUserCommentMethod · 0.80
getUserCommentReplyMethod · 0.80
getUserQuestionMethod · 0.80
getUserAnswerMethod · 0.80
getUserAnswerReplyMethod · 0.80
getHelpPageMethod · 0.80
getQuestionPageMethod · 0.80
getQuestionListMethod · 0.80
getTopicPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected