public static class SegmentGraph.Graph<T> extends Object
T.| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVertex(T vertex) |
Set<Map.Entry<T,com.google.common.collect.Multiset<T>>> |
edges() |
com.google.common.collect.Multiset<T> |
getEdge(T from) |
Iterable<T> |
vertices() |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.