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