| 133 | } |
| 134 | |
| 135 | public interface NodeInfoProvider<T> { |
| 136 | public NodeInfo<T> getNodeInfo(T item, NodeInfo<T> nodeInfo); |
| 137 | } |
| 138 | |
| 139 | public static <T> GraphData from(T item, NodeInfoProvider<T> f) { |
| 140 | GraphData d = new GraphData(); |
no outgoing calls
no test coverage detected