A B C D E F G H I K L M N O P Q R S T U V W X Y

W

weight() - Method in class goldman.graph.SimpleWeightedEdge
 
weight() - Method in interface goldman.graph.WeightedEdge
 
WeightedAdjacencyList<V,E extends WeightedEdge<V>> - Class in goldman.graph
The WeightedAdjacencyList class provides an implementation for a weighted adjacency list.
WeightedAdjacencyList(boolean, boolean, boolean) - Constructor for class goldman.graph.WeightedAdjacencyList
 
WeightedAdjacencyList() - Constructor for class goldman.graph.WeightedAdjacencyList
 
WeightedAdjacencyMatrix<V,E extends WeightedEdge<V>> - Class in goldman.graph
The WeightedAdjacencyMatrix class provides an implementation for a weighted adjacency matrix.
WeightedAdjacencyMatrix(boolean, boolean) - Constructor for class goldman.graph.WeightedAdjacencyMatrix
 
WeightedAdjacencyMatrix() - Constructor for class goldman.graph.WeightedAdjacencyMatrix
 
WeightedEdge<V> - Interface in goldman.graph
The WeightedEdge interface is used for a weighted edge.
WeightedGraph<V,E extends WeightedEdge<V>> - Interface in goldman.graph
The weighted graph algorithms we present do not depend on a particular graph implementation.
weightedShortestPaths(V) - Method in class goldman.graph.AbstractWeightedGraph
 
weightedShortestPaths(V) - Method in interface goldman.graph.WeightedGraph
Uses Dijkstra's shortest path algorithm to compute and return a shortest path tree for the given source vertex.
withinBounds(E, E) - Method in class goldman.collection.spatial.KDTree
 
withinBounds(E, E) - Method in class goldman.collection.spatial.QuadTree
 
withinBounds(E, E, Collection<? super E>) - Method in class goldman.collection.spatial.QuadTree
 
withinBounds(E, E) - Method in interface goldman.collection.spatial.SpatialCollection
Returns a collection of the elements that fall within (or on) the boundary of the multidimensional box defined by the two given corners, minCorner and maxCorner.
withinBounds(T, T) - Method in interface goldman.collection.tagged.spatial.TaggedSpatialCollection
Returns a collection of the tagged elements for which the tag fall within (or on) the boundary of the multidimensional box defined by the two given corners, minCorner and maxCorner.
withinBounds(T, T) - Method in class goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper
 
writeElement(int, E) - Method in class goldman.collection.positional.TrackedArray
 
writeElements(StringBuilder) - Method in class goldman.collection.AbstractCollection
Appends, to the string buffer a comma-separated string representation for each element in the collection, in the iteration order.
writeElements(StringBuilder) - Method in class goldman.collection.ordered.AbstractSearchTree
Appends to the string buffer a comma-separated string representation for the elements in the collection, in the iteration order.
writeElements(StringBuilder) - Method in class goldman.collection.ordered.BPlusTree
 
writeElements(StringBuilder) - Method in class goldman.collection.priority.LeftistHeap
The method appends each item's string representation to the string buffer, separated by commas.

A B C D E F G H I K L M N O P Q R S T U V W X Y