Uses of Package
com.google.common.graph
Package
Description
An API for representing graph (node and edge) data.
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
ClassDescriptionThis class provides a skeletal implementation of
Graph
.This class provides a skeletal implementation ofNetwork
.This class provides a skeletal implementation ofValueGraph
.Used to represent the order of elements in a data structure that supports different options for iteration order guarantees.The type of ordering that this object specifies.An immutable pair representing the two endpoints of an edge in a graph.An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.A builder for constructing instances ofMutableGraph
orImmutableGraph
with user-defined properties.AGraph
whose elements and structural relationships will never change.A builder for creatingImmutableGraph
instances, especiallystatic final
graphs.ANetwork
whose elements and structural relationships will never change.A builder for creatingImmutableNetwork
instances, especiallystatic final
networks.AValueGraph
whose elements and structural relationships will never change.A builder for creatingImmutableValueGraph
instances, especiallystatic final
graphs.A subinterface ofGraph
which adds mutation methods.A subinterface ofNetwork
which adds mutation methods.A subinterface ofValueGraph
which adds mutation methods.An interface for graph-structured data, whose edges are unique objects.A builder for constructing instances ofMutableNetwork
orImmutableNetwork
with user-defined properties.A functional interface for graph-structured data.A functional interface for graph-structured data.An object that can traverse the nodes that are reachable from a specified (set of) start node(s) using a specifiedSuccessorsFunction
.An interface for graph-structured data, whose edges have associated non-unique values.A builder for constructing instances ofMutableValueGraph
orImmutableValueGraph
with user-defined properties. -
ClassDescriptionAn object that can traverse the nodes that are reachable from a specified (set of) start node(s) using a specified
SuccessorsFunction
.