N - Value type that the graph node stores.E - Value type that the graph edge stores.public interface GraphNode<N,E> extends Annotatable
| Modifier and Type | Method and Description |
|---|---|
N |
getValue()
Retrieves the node's value.
|
getAnnotation, setAnnotationN getValue()
Copyright © 2009-2020 Google. All Rights Reserved.