AtomicReference的类型

时间:2017-04-27 19:55:19

标签: java

我们说我有以下内容:

AtomicReference < String> tmpRef_nullStr = new AtomicReference < String>(null);

AtomicReference < String> tmpRef_helloStr = new AtomicReference < String>("hello");

有没有办法检查这些AtomicReferences的类型,以便在两种情况下都返回一种String类型?

0 个答案:

没有答案