Uses of Class
edu.uci.ics.jung.graph.util.Pair
Packages that use Pair
Package
Description
Support for establishing and maintaining graph element equivalence (such as in blockmodeling).
Interfaces for the JUNG graph types, and some representative implementations.
-
Uses of Pair in edu.uci.ics.jung.algorithms.blockmodel
Methods in edu.uci.ics.jung.algorithms.blockmodel that return types with arguments of type Pair -
Uses of Pair in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph with type parameters of type PairModifier and TypeFieldDescriptionSparseGraph.directed_edgesOrderedKAryTree.edge_vpairsDirectedSparseGraph.edgesDirectedSparseMultigraph.edgesSparseMultigraph.edgesUndirectedSparseGraph.edgesUndirectedSparseMultigraph.edgesSparseGraph.undirected_edgesDirectedSparseGraph.verticesDirectedSparseMultigraph.verticesSparseMultigraph.verticesMethods in edu.uci.ics.jung.graph that return PairModifier and TypeMethodDescriptionDirectedSparseGraph.getEndpoints(E edge) DirectedSparseMultigraph.getEndpoints(E edge) Graph.getEndpoints(E edge) Returns the endpoints ofedgeas aPair.GraphDecorator.getEndpoints(E edge) OrderedKAryTree.getEndpoints(E edge) SparseGraph.getEndpoints(E edge) SparseMultigraph.getEndpoints(E edge) UndirectedSparseGraph.getEndpoints(E edge) UndirectedSparseMultigraph.getEndpoints(E edge) AbstractGraph.getValidatedEndpoints(E edge, Pair<? extends V> endpoints) Methods in edu.uci.ics.jung.graph with parameters of type PairModifier and TypeMethodDescriptionbooleanAddsedgeto this graph with the specifiedendpoints, with the default edge type.abstract booleanAddsedgeto this graph with the specifiedendpointsandEdgeType.booleanbooleanbooleanbooleanbooleanbooleanbooleanAbstractGraph.getValidatedEndpoints(E edge, Pair<? extends V> endpoints) -
Uses of Pair in edu.uci.ics.jung.visualization.spatial
Methods in edu.uci.ics.jung.visualization.spatial that return PairModifier and TypeMethodDescriptionAggregateGraph.getEndpoints(E edge) FastRenderingGraph.getEndpoints(E edge)