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

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

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

Subclasses of CollectionHyperedge in edu.uci.ics.jung.graph.impl
 class ListHyperedge
          An implementation of Hyperedge that stores its list of incident vertices internally as a List.
 class SetHyperedge
          An implementation of Hyperedge that stores its collection of incident vertices internally as a Set.