|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.FilterTransform
public class FilterTransform
Transforms a collection of objects into another collection based on a selection criterion.
| Constructor Summary | |
|---|---|
FilterTransform()
|
|
FilterTransform(UnaryPredicate condition)
|
|
| Method Summary | |
|---|---|
UnaryPredicate |
getCondition()
Condition to select by. |
void |
setCondition(UnaryPredicate newCondition)
|
java.lang.Object |
transform(java.lang.Object victim)
Our one method; this transforms one object into another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterTransform()
public FilterTransform(UnaryPredicate condition)
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object victim)
ObjectTransform
transform in interface ObjectTransformpublic UnaryPredicate getCondition()
public void setCondition(UnaryPredicate newCondition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||