Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ remove
Method
remove
src/main/java/cms/utils/UniqueBlockingQueue.java:127–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
@Override
128
public
void
remove() {
129
iter.remove();
130
if
(mLastElem != null) {
131
mElementSet.remove(mLastElem);
132
}
133
mLastElem = null;
134
}
135
};
136
return
it;
137
}
Callers
3
take
Method · 0.45
poll
Method · 0.45
deleteUnique
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected