Index
All Classes and Interfaces|All Packages|Serialized Form
E
- Edge<T> - Class in graphlib.edges
-
Represents an edge in a graph.
- Edge(Node<T>, Node<T>) - Constructor for class graphlib.edges.Edge
-
Create an unweighted edge.
- Edge(Node<T>, Node<T>, double) - Constructor for class graphlib.edges.Edge
-
Create an edge with given weight.
- equals(Object) - Method in record class graphlib.nodes.Node
-
Indicates whether some other object is "equal to" this one.
All Classes and Interfaces|All Packages|Serialized Form