gpt4 book ai didi

java - 为什么 java.util.concurrent.RunnableFuture 有一个 run() 方法?

转载 作者:太空狗 更新时间:2023-10-29 22:33:25 26 4
gpt4 key购买 nike

当我浏览 JDK 7 时,我发现 java.util.concurrent.RunnableFuture<V>有一个运行方法。我想知道在接口(interface)中复制相同的运行方法签名的意义是什么,因为它已经扩展了Runnable。 .

package java.util.concurrent;

public interface RunnableFuture<V> extends Runnable, Future<V> {
/**
* Sets this Future to the result of its computation
* unless it has been cancelled.
*/
void run();
}

最佳答案

它在接口(interface)中定义,以便他们可以将 RunnableFuture 特定的 JavaDoc 附加到它。没有技术意义。

关于java - 为什么 java.util.concurrent.RunnableFuture 有一个 run() 方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25092787/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com