|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.persondir.support.merger.NoncollidingAttributeAdder
public class NoncollidingAttributeAdder
Merger which implements accumulation of Map entries such that entries once established are individually immutable.
| Constructor Summary | |
|---|---|
NoncollidingAttributeAdder()
|
|
| Method Summary | |
|---|---|
java.util.Map |
mergeAttributes(java.util.Map toModify,
java.util.Map toConsider)
For entries in toConsider the keys of which are not keys in toModify, adds the entry to toModify and returns toModify. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoncollidingAttributeAdder()
| Method Detail |
|---|
public java.util.Map mergeAttributes(java.util.Map toModify,
java.util.Map toConsider)
mergeAttributes in interface IAttributeMergertoModify - - base Map the entries of which are considered here
to be immutable.toConsider - - Map to merge into toModify for all noncolliding keys.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||