public class UndirectedEdgeVector<VertexType> extends UndirectedHyperEdgeVector<VertexType> implements UndirectedEdge<VertexType>
Constructor and Description |
---|
UndirectedEdgeVector(java.util.Collection<VertexType> vertices) |
UndirectedEdgeVector(VertexType vertex0,
VertexType vertex1) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
containsAllVertices, containsVertex, getVertices
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAllVertices, containsVertex, getVertices
public UndirectedEdgeVector(java.util.Collection<VertexType> vertices)
public UndirectedEdgeVector(VertexType vertex0, VertexType vertex1)
public java.lang.String toString()
toString
in class UndirectedHyperEdgeVector<VertexType>