|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.demeterf.lib.Map.Merge<Val>
public abstract static class Map.Merge<Val>
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 |
---|
public Map.Merge()
Method Detail |
---|
public abstract Val merge(Val a, Val b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |