gpt4 book ai didi

java 8 持续时间 "ofSeconds"与 "withSeconds"

转载 作者:行者123 更新时间:2023-11-29 07:25:45 24 4
gpt4 key购买 nike

使用 Duration.ofSeconds(2) 我们将得到一个代表 2 秒的 Duration 对象。

现在,如果我有一个 Duration 实例并调用 ofSeconds 方法,它将返回一个新的 Duration 实例,其值已被清除除了纳秒之外,我将在其上设置我作为方法参数提交的值。

Duration.ofHours(2).withSeconds(2) 将产生一个代表 2 秒的 Duration 对象。

由于 Duration 类是不可变的,当我可以简单地使用静态 ofSeconds 时,使用 withSeconds 方法有什么意义?

最佳答案

参见 documentation :

This returns a duration with the specified seconds, retaining the nano-of-second part of this duration.

关于java 8 持续时间 "ofSeconds"与 "withSeconds",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53288787/

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