public interface GraphValue<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GraphVisitor<T> visitor) |
forEach, iterator, spliteratorvoid accept(GraphVisitor<T> visitor)
Copyright © 2021 The Apache Software Foundation. All rights reserved.