Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ next
Method
next
src/main/java/gate/relations/RelationSet.java:557–564 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
555
}
556
557
@Override
558
public
Relation next() {
559
if
(!hasNext) {
560
throw
new
NoSuchElementException();
561
}
562
563
return
(currentElement = nextMatch());
564
}
565
566
private
Relation nextMatch() {
567
Relation oldMatch = nextElement;
Callers
nothing calls this directly
Calls
1
nextMatch
Method · 0.95
Tested by
no test coverage detected