MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / hasNext

Method hasNext

src/rnabloom/io/PafReader.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public boolean hasNext() {
47 return itr.hasNext();
48 }
49
50 public ExtendedPafRecord next() {
51 ExtendedPafRecord r = new ExtendedPafRecord();

Calls 1

hasNextMethod · 0.65

Tested by

no test coverage detected