Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ hasNext
Method
hasNext
src/main/java/cms/utils/UniqueBlockingQueue.java:116–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
Iterator<T> it =
new
Iterator<T>() {
115
private
T mLastElem = null;
116
@Override
117
public
boolean hasNext() {
118
return
iter.hasNext();
119
}
120
121
@Override
122
public
T next() {
Callers
15
parameterEncoded
Method · 0.80
removeDirectory
Method · 0.80
toString
Method · 0.80
store0
Method · 0.80
DisablePath
Class · 0.80
processingTagResourceGroup
Method · 0.80
getThumbnailMarker
Method · 0.80
generationThumbnail
Method · 0.80
lockRemoveFile
Method · 0.80
getFilePackageList
Method · 0.80
packages
Method · 0.80
getUserDetails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected