public final class RunnableWrapper extends Object implements Callable<Void>
Callable
Runnable
This allows the same logic to be used to handle both types of task.
RunnableWrapper(Runnable task)
Void
call()
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public RunnableWrapper(Runnable task)
task
public Void call()
call
Callable<Void>
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
Copyright © 2016. All Rights Reserved.