Uses of Package
com.google.common.graph
Packages that use 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.
-
Classes in com.google.common.graph used by com.google.common.graphClassDescriptionThis class provides a skeletal implementation of
BaseGraph
.A base implementation ofNetworkConnections
for directed networks.This class provides a skeletal implementation ofGraph
.A base class for builders that construct graphs with user-defined properties.This class provides a skeletal implementation ofNetwork
.A base implementation ofNetworkConnections
for undirected networks.This class provides a skeletal implementation ofValueGraph
.A non-public interface for the methods shared betweenGraph
andValueGraph
.An implementation ofGraphConnections
for directed graphs.A value class representing single connection between the origin node and another node.An implementation ofNetworkConnections
for directed networks with parallel edges.An implementation ofNetworkConnections
for directed networks.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.Marks all "top-level" types as non-null in a way that is recognized by Kotlin.An immutable pair representing the two endpoints of an edge in a graph.A class to facilitate the set returned byGraph.edges()
.A class to allowNetwork
implementations to be backed by a provided delegate.A class to allowValueGraph
implementations to be backed by a provided delegate.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.An interface for representing and manipulating an origin node's adjacent nodes and edge values in aGraph
.Singleton edge value forGraph
implementations backed byValueGraph
s.An enum representing the state of a node during DFS.Supertype forGraphs
, containing the old signatures of methods whose signatures we've changed.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 subclass of `ForwardingSet` that throws `IllegalStateException` on invocation of any method (except `hashCode` and `equals`) if the provided `Supplier` returns false.A map-like data structure that wraps a backing map and caches values while iterating throughMapIteratorCache.unmodifiableKeySet()
.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.An interface for representing and manipulating an origin node's adjacent nodes and incident edges in aNetwork
.A functional interface for graph-structured data.Standard implementation ofNetwork
that supports the options supplied byNetworkBuilder
.Standard implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.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
.Poor man's method reference forDeque::addFirst
andDeque::addLast
.Abstracts away the difference between traversing a graph vs.An implementation ofGraphConnections
for undirected graphs.An implementation ofNetworkConnections
for undirected networks with parallel edges.An implementation ofNetworkConnections
for undirected networks.An interface for graph-structured data, whose edges have associated non-unique values.A builder for constructing instances ofMutableValueGraph
orImmutableValueGraph
with user-defined properties. -
Classes in com.google.common.graph used by com.google.common.ioClassDescriptionA 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 specified
SuccessorsFunction
.