AbstractDirectedNetworkConnections |
|
AbstractGraph |
This class provides a skeletal implementation of Graph .
|
AbstractGraphBuilder |
A base class for builders that construct graphs with user-defined properties.
|
AbstractNetwork |
This class provides a skeletal implementation of Network .
|
AbstractUndirectedNetworkConnections |
|
AbstractValueGraph |
This class provides a skeletal implementation of ValueGraph .
|
ConfigurableNetwork |
|
ConfigurableValueGraph |
|
DirectedGraphConnections |
|
DirectedMultiNetworkConnections |
|
DirectedNetworkConnections |
|
ElementOrder |
Used to represent the order of elements in a data structure that supports different options for
iteration order guarantees.
|
ElementOrder.Type |
The type of ordering that this object specifies.
|
EndpointPair |
An immutable pair representing the two endpoints of an edge in a graph.
|
EndpointPairIterator |
|
ForwardingGraph |
|
Graph |
An interface for graph-structured data,
whose edges are anonymous entities with no identity or information of their own.
|
GraphBuilder |
A builder for constructing instances of MutableGraph with user-defined properties.
|
GraphConnections |
An interface for representing and manipulating an origin node's adjacent nodes and edge values in
a Graph .
|
GraphConstants.Presence |
|
Graphs.NodeVisitState |
An enum representing the state of a node during DFS.
|
ImmutableGraph |
A Graph whose elements and structural relationships will never change.
|
ImmutableGraph.ValueBackedImpl |
|
ImmutableNetwork |
A Network whose elements and structural relationships will never change.
|
ImmutableValueGraph |
A ValueGraph whose elements and structural relationships will never change.
|
MapIteratorCache |
|
MapRetrievalCache.CacheEntry |
|
MutableGraph |
A subinterface of Graph which adds mutation methods.
|
MutableNetwork |
A subinterface of Network which adds mutation methods.
|
MutableValueGraph |
A subinterface of ValueGraph which adds mutation methods.
|
Network |
An interface for graph-structured data,
whose edges are unique objects.
|
NetworkBuilder |
A builder for constructing instances of MutableNetwork with user-defined properties.
|
NetworkConnections |
An interface for representing and manipulating an origin node's adjacent nodes and incident edges
in a Network .
|
UndirectedGraphConnections |
|
UndirectedMultiNetworkConnections |
|
UndirectedNetworkConnections |
|
ValueGraph |
An interface for graph-
structured data, whose edges have associated non-unique values.
|
ValueGraphBuilder |
A builder for constructing instances of MutableValueGraph with user-defined properties.
|