Uses of Class
edu.uci.ics.jung.graph.impl.AbstractHypervertex

Packages that use AbstractHypervertex
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

Uses of AbstractHypervertex in edu.uci.ics.jung.graph.impl
 

Subclasses of AbstractHypervertex in edu.uci.ics.jung.graph.impl
 class CollectionHypervertex
           
 class ListHypervertex
          An implementation of Hypervertex that stores its incident edges as a List internally.
 class SetHypervertex
          An implementation of Hypervertex that maintains independent Sets of incident edges and neighbors.