MCPcopy Create free account
hub / github.com/davidgiven/luje / hasNext

Method hasNext

lib/java/util/AbstractMap.java:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 .iterator();
240
241 public boolean hasNext() {
242 return setIterator.hasNext();
243 }
244
245 public K next() {
246 return setIterator.next().getKey();

Callers

nothing calls this directly

Calls 1

hasNextMethod · 0.65

Tested by

no test coverage detected