Uses of Class
org.wilmascope.graph.List

Packages that use List
org.wilmascope.graph   
 

Uses of List in org.wilmascope.graph
 

Subclasses of List in org.wilmascope.graph
 class ClusterList
          Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
 class EdgeList
           
 class NodeList
           
 

Methods in org.wilmascope.graph with parameters of type List
 void List.addAll(List<T> l)
           
 void List.removeAll(List<T> l)