MCPcopy Create free account
hub / github.com/bcgit/bc-java / hasNext

Method hasNext

core/src/main/java/org/bouncycastle/util/Arrays.java:1231–1234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1229 }
1230
1231 public boolean hasNext()
1232 {
1233 return position < dataArray.length;
1234 }
1235
1236 public T next()
1237 {

Callers 15

ServicesConstraintMethod · 0.95
resetMethod · 0.95
isDNConstrainedMethod · 0.95
intersectDNMethod · 0.95
unionDNMethod · 0.95
intersectOtherNameMethod · 0.95
intersectEmailMethod · 0.95
unionEmailMethod · 0.95
intersectIPMethod · 0.95
unionIPMethod · 0.95
isIPConstrainedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected