Uses of Class
goldman.collection.tagged.set.OpenAddressingMapping

Packages that use OpenAddressingMapping
goldman.graph A graph represents general relationships between pairs of elements from among a set of elements. 
 

Uses of OpenAddressingMapping in goldman.graph
 

Subclasses of OpenAddressingMapping in goldman.graph
 class InTree<V,E extends Edge<V>>
          The InTree class provides an implementation of an in-tree that stores a parent edge associated with each vertex of the graph (possibly null).
 class ShortestPathMatrix<V,E extends WeightedEdge<V>>
          The ShortestPathMatrix class is used to store the result from an all-pairs shortest path algorithm.