|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QtConcurrent.MapFunctor<T>
An implemetation of this interface is given one to QtConcurrent's map() methods. The map() method of this interface is called for each object in a java.util.Collection.
Method Summary | |
---|---|
void |
map(T object)
This function is called for each item in the Collection. |
Method Detail |
---|
void map(T object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |