com.trolltech.qt.core
Interface QtConcurrent.MapFunctor
- Enclosing class:
- QtConcurrent
public static interface QtConcurrent.MapFunctor
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(java.lang.Object object)
This function is called for each item in the Collection. |
map
void map(java.lang.Object object)
- This function is called for each item in the Collection. The function is then free to alter object as it see fit.