MCPcopy Create free account
hub / github.com/HumbleUI/Skija / hasNext

Method hasNext

shared/java/PathSegmentIterator.java:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 @Override
28 public boolean hasNext() {
29 return _nextSegment._verb != PathVerb.DONE;
30 }
31
32 @ApiStatus.Internal
33 public PathSegmentIterator(Path path, long ptr) {

Callers 1

iterMethod · 0.45

Calls

no outgoing calls

Tested by 1

iterMethod · 0.36