MCPcopy Create free account
hub / github.com/diyhi/bbs / put

Method put

src/main/java/cms/utils/UniqueBlockingQueue.java:36–42  ·  view source on GitHub ↗
(T e)

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public synchronized void put(T e) throws InterruptedException {
38 if (!mElementSet.contains(e)) {
39 mBlockingQueue.put(e);
40 mElementSet.add(e);
41 }
42 }
43
44 @Override
45 public synchronized boolean offer(T e) {

Callers 15

addCacheMethod · 0.80
addMethod · 0.80
UUIDUtilClass · 0.80
parseTopicHeatFactorMethod · 0.80
readCookieMapMethod · 0.80
setPropertyMethod · 0.80
addMethod · 0.80
editMethod · 0.80
addMethod · 0.80

Calls 2

containsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected