Documentation of 'com.joptimizer.util.MyTask' Java class
MyTask
com.joptimizer.util

Class MyTask

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>


    public class MyTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    Parallelized task.
    See Also:
    "http://embarcaderos.net/2011/01/23/parallel-processing-and-multi-core-utilization-with-java/"
    • Constructor Summary

      Constructors 
      Constructor and Description
      MyTask() 
      MyTask(int i) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Integer call() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyTask

        public MyTask()
      • MyTask

        public MyTask(int i)
    • Method Detail

      • call

        public java.lang.Integer call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.