|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cc.framework.util.Algorithms.CollectItemsAlg
Algorithm to collect all items of a List or Tree in a Map
Field Summary | |
private java.util.Map |
map
The collection where all Items should be stored |
Constructor Summary | |
Algorithms.CollectItemsAlg(java.util.Map map)
Constructor |
Method Summary | |
boolean |
execute(java.lang.String uniqueId,
java.lang.Object obj)
Completes the algorithm for an element in the collection. |
java.util.Map |
getMap()
Returns the collection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Map map
Constructor Detail |
public Algorithms.CollectItemsAlg(java.util.Map map)
map
- The collection where all Items should be storedMethod Detail |
public java.util.Map getMap()
public boolean execute(java.lang.String uniqueId, java.lang.Object obj) throws java.lang.Exception
Algorithm
execute
in interface Algorithm
uniqueId
- Idobj
- Object
java.lang.Exception
- Is thrown in case of an processing errorAlgorithm.execute(java.lang.String, java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |