Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ hasNext
Method
hasNext
shared/java/PathSegmentIterator.java:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
@Override
29
public
boolean hasNext() {
30
return
_nextSegment._verb != PathVerb.DONE;
31
}
32
33
@ApiStatus.Internal
34
public
PathSegmentIterator(Path path, long ptr) {
Callers
1
iter
Method · 0.45
Calls
no outgoing calls
Tested by
1
iter
Method · 0.36