JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.lacuna.bifurcan
Interface IGraph.IEdge<V,E>
All Known Implementing Classes:
Graphs.Edge
Enclosing interface:
IGraph
<
V
,
E
>
public static interface
IGraph.IEdge<V,E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
from
()
V
to
()
E
value
()
Method Detail
from
V
from()
to
V
to()
value
E
value()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method