|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.util.Algorithms.KeySearchAlg
Algorithm to search for a key in a ListDataModel
Field Summary | |
private java.lang.String |
key
The key to search for |
Constructor Summary | |
Algorithms.KeySearchAlg(java.lang.String key)
Constructor |
Method Summary | |
boolean |
execute(java.lang.String uniqueId,
java.lang.Object obj)
Completes the algorithm for an element in the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String key
Constructor Detail |
public Algorithms.KeySearchAlg(java.lang.String key)
key
- The search keyMethod Detail |
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 | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |