Package com.google.common.graph


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