Package com.google.common.graph
package com.google.common.graph
contains implementation of graph network that have stable iteration order over the edges.
-
ClassesClassDescriptionThis is mostly a copy of
StandardMutableNetwork
that delegates the construction of its underlying connections to a class providing stable iteration order over them.