MCPcopy 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

parameterEncodedMethod · 0.80
removeDirectoryMethod · 0.80
toStringMethod · 0.80
store0Method · 0.80
DisablePathClass · 0.80
getThumbnailMarkerMethod · 0.80
generationThumbnailMethod · 0.80
lockRemoveFileMethod · 0.80
getFilePackageListMethod · 0.80
packagesMethod · 0.80
getUserDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected