Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ServicesConstraint
Method · 0.95
reset
Method · 0.95
intersectPermittedSubtree
Method · 0.95
isDNConstrained
Method · 0.95
intersectDN
Method · 0.95
unionDN
Method · 0.95
intersectOtherName
Method · 0.95
intersectEmail
Method · 0.95
unionEmail
Method · 0.95
intersectIP
Method · 0.95
unionIP
Method · 0.95
isIPConstrained
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected