Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ iterator
Method
iterator
shared/java/Path.java:1774–1777 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1772
}
1773
1774
@Override
1775
public
PathSegmentIterator iterator() {
1776
return
iterator(false);
1777
}
1778
1779
public
PathSegmentIterator iterator(boolean forceClose) {
1780
return
PathSegmentIterator.make(this, forceClose);
Callers
1
iter
Method · 0.80
Calls
1
make
Method · 0.95
Tested by
1
iter
Method · 0.64