public static interface Edge.Hyper<W> extends Edge<W>
Edge.Directed<W>, Edge.Hyper<W>
void
add(W v)
addAll(java.util.Collection<W> v)
boolean
remove(W v)
removeAll(java.util.Collection<W> v)
getEndpoints
void add(W v)
void addAll(java.util.Collection<W> v)
boolean remove(W v)
boolean removeAll(java.util.Collection<W> v)