public static class Callable.Runnable extends Callable<Void> implements Runnable
Callable.Runnable
Runnable()
Void
call()
call(Object... args)
void
run()
run(Object... args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Runnable()
public void run()
run
Runnable
public final Void call()
call
Callable<Void>
public final Void call(Object... args)
args
public void run(Object... args)
Copyright © 2024. All rights reserved.