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

Method next

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

Source from the content-addressed store, hash-verified

1234 }
1235
1236 public T next()
1237 {
1238 if (position == dataArray.length)
1239 {
1240 throw new NoSuchElementException("Out of elements: " + position);
1241 }
1242
1243 return dataArray[position++];
1244 }
1245
1246 public void remove()
1247 {

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