Uses of Class
ProGAL.dataStructures.Set

Packages that use Set
ProGAL.dataStructures   
ProGAL.geom2d This package contains classes that are all related to two-dimensional geometric concepts. 
 

Uses of Set in ProGAL.dataStructures
 

Methods in ProGAL.dataStructures with parameters of type Set
 void Set.append(Set<T> setToAppend)
           
 boolean Set.isEqual(Set<T> set2)
           
 void Sorter.Sort(Set set, SortTool tool)
           
 void SorterQuick.Sort(Set set, SortTool tool, boolean descending)
           
abstract  void Sorter.Sort(Set set, SortTool tool, boolean descending)
           
 

Constructors in ProGAL.dataStructures with parameters of type Set
Heap(Set<java.lang.Object> set, SortTool tool)
           
Set(Set<T> set)
           
SetIterator(Set set)
           
 

Uses of Set in ProGAL.geom2d
 

Subclasses of Set in ProGAL.geom2d
 class PointSet