|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Edge.Hyper<W>
Hyper adds several methods to Edge
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface scratch.tom.simpleGraph.Edge |
|---|
Edge.Directed<W>, Edge.Hyper<W> |
| Method Summary | |
|---|---|
void |
add(W v)
|
void |
addAll(Collection<W> v)
|
boolean |
remove(W v)
|
boolean |
removeAll(Collection<W> v)
|
| Methods inherited from interface scratch.tom.simpleGraph.Edge |
|---|
getEndpoints |
| Method Detail |
|---|
void add(W v)
void addAll(Collection<W> v)
boolean remove(W v)
boolean removeAll(Collection<W> v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||