(package private) class |
AbstractBaseGraph<N> |
This class provides a skeletal implementation of BaseGraph .
|
class |
AbstractGraph<N> |
This class provides a skeletal implementation of Graph .
|
class |
AbstractNetwork<N,E> |
This class provides a skeletal implementation of Network .
|
class |
AbstractValueGraph<N,V> |
This class provides a skeletal implementation of ValueGraph .
|
(package private) class |
ConfigurableMutableGraph<N> |
Configurable implementation of MutableGraph that supports both directed and undirected
graphs.
|
(package private) class |
ConfigurableMutableNetwork<N,E> |
Configurable implementation of MutableNetwork that supports both directed and undirected
graphs.
|
(package private) class |
ConfigurableMutableValueGraph<N,V> |
Configurable implementation of MutableValueGraph that supports both directed and
undirected graphs.
|
(package private) class |
ConfigurableNetwork<N,E> |
|
(package private) class |
ConfigurableValueGraph<N,V> |
|
(package private) class |
ForwardingGraph<N> |
|
(package private) class |
ForwardingNetwork<N,E> |
A class to allow Network implementations to be backed by a provided delegate.
|
(package private) class |
ForwardingValueGraph<N,V> |
A class to allow ValueGraph implementations to be backed by a provided delegate.
|
private static class |
Graphs.TransposedGraph<N> |
|
private static class |
Graphs.TransposedNetwork<N,E> |
|
private static class |
Graphs.TransposedValueGraph<N,V> |
|
class |
ImmutableGraph<N> |
A Graph whose elements and structural relationships will never change.
|
class |
ImmutableNetwork<N,E> |
A Network whose elements and structural relationships will never change.
|
class |
ImmutableValueGraph<N,V> |
A ValueGraph whose elements and structural relationships will never change.
|