MCPcopy Create free account
hub / github.com/apache/cloudstack / next

Method next

utils/src/main/java/com/cloud/utils/IteratorUtil.java:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 @Override
40 public T next() {
41 return e.nextElement();
42 }
43
44 @Override
45 public void remove() {

Callers 15

nFunction · 0.45
bootstrap.jsFile · 0.45
bootstrap.min.jsFile · 0.45
unregisterByJobIdMethod · 0.45
findJobsToWakeMethod · 0.45
findJobsToWakeBetweenMethod · 0.45
getNextQueueItemsMethod · 0.45
startMethod · 0.45
serializeMethod · 0.45

Calls 1

nextElementMethod · 0.80