Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ drainTo
Method
drainTo
src/main/java/cms/utils/UniqueBlockingQueue.java:87–90 ·
view source on GitHub ↗
(Collection<? super T> c)
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
int
drainTo(Collection<? super T> c) {
89
return
drainTo(c, Integer.MAX_VALUE);
90
}
91
92
@Override
93
public
int
drainTo(Collection<? super T> c,
int
maxElements) {
Callers
1
drainTo2
Method · 0.80
Calls
1
removeAll
Method · 0.80
Tested by
no test coverage detected