MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / hasNext

Method hasNext

src/main/java/core/org/xbill/DNS/Zone.java:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public boolean
58 hasNext() {
59 return (current != null || wantLastSOA);
60 }
61
62 public Object
63 next() {

Callers 15

nextMethod · 0.95
stopIfRunningMethod · 0.80
closeAndClearDuplexMethod · 0.80
findSunJVMMethod · 0.80
iteratorToStringMethod · 0.80
fromXFRMethod · 0.80
nodeToStringMethod · 0.80
toMasterFileMethod · 0.80
toArrayMethod · 0.80
toStringMethod · 0.80
mapToWireMethod · 0.80
toWireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected