private abstract static class AbstractBaseGraph.IncidentEdgeSet<N> extends java.util.AbstractSet<EndpointPair<N>>
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractBaseGraph.IncidentEdgeSet.Directed<N> |
private static class |
AbstractBaseGraph.IncidentEdgeSet.Undirected<N> |
| Modifier and Type | Field and Description |
|---|---|
protected BaseGraph<N> |
graph |
protected N |
node |
| Modifier | Constructor and Description |
|---|---|
private |
IncidentEdgeSet(BaseGraph<N> graph,
N node) |
| Modifier and Type | Method and Description |
|---|---|
static <N> AbstractBaseGraph.IncidentEdgeSet<N> |
of(BaseGraph<N> graph,
N node) |
boolean |
remove(java.lang.Object o) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static <N> AbstractBaseGraph.IncidentEdgeSet<N> of(BaseGraph<N> graph, N node)
public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<EndpointPair<N>>remove in interface java.util.Set<EndpointPair<N>>remove in class java.util.AbstractCollection<EndpointPair<N>>