Uses of Class
scratch.joshua.jung_2_0.utils.Pair

Packages that use Pair
scratch.joshua.jung_2_0.core   
 

Uses of Pair in scratch.joshua.jung_2_0.core
 

Fields in scratch.joshua.jung_2_0.core with type parameters of type Pair
protected  Map<E,Pair<V>> SimpleDirectedSparseGraph.edges
           
protected  Map<E,Pair<V>> SimpleUndirectedSparseGraph.edges
           
protected  Map<V,Pair<Set<E>>> SimpleDirectedSparseGraph.vertices
           
 

Methods in scratch.joshua.jung_2_0.core that return Pair
 Pair<V> Graph.getEndpoints(E edge)
           
 Pair<V> SimpleDirectedSparseGraph.getEndpoints(E edge)
           
 Pair<V> SimpleUndirectedSparseGraph.getEndpoints(E edge)