edu.neu.ccs.demeterf.lib
Class Set.Merge<X>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.Set.Merge<X>
Enclosing class:
Set<X>

public abstract static class Set.Merge<X>
extends java.lang.Object

Function Class to help in the merging of Sets. Merges same elements calling merge(...).


Constructor Summary
Set.Merge()
           
 
Method Summary
abstract  X merge(X a, X b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Set.Merge

public Set.Merge()
Method Detail

merge

public abstract X merge(X a,
                        X b)