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

Method next

src/main/java/cms/utils/UniqueBlockingQueue.java:121–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 @Override
122 public T next() {
123 mLastElem = iter.next();
124 return mLastElem;
125 }
126
127 @Override
128 public void remove() {

Callers 15

installMethod · 0.80
parameterEncodedMethod · 0.80
printResultsMethod · 0.80
removeDirectoryMethod · 0.80
toStringMethod · 0.80
store0Method · 0.80
DisablePathClass · 0.80
addMethod · 0.80
getThumbnailMarkerMethod · 0.80
generationThumbnailMethod · 0.80
lockRemoveFileMethod · 0.80

Calls

no outgoing calls

Tested by 1

installMethod · 0.64