edu.neu.ccs.demeterf.lib
Class Map.Merge<Val>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.Map.Merge<Val>
Enclosing class:
Map<Key,Val>

public abstract static class Map.Merge<Val>
extends java.lang.Object

Function Class to help in the merging of Maps. Merges Values associated to the same Key when calling merge(...).


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

Constructor Detail

Map.Merge

public Map.Merge()
Method Detail

merge

public abstract Val merge(Val a,
                          Val b)