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

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

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

Subclasses of CollectionHypervertex in edu.uci.ics.jung.graph.impl
 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.