ConcurrentLinkedQueue/Deque constructor: pure (not inferred in Java 8)

GitOrigin-RevId: 6eac9f45d628ce115edb56d3e59da5f5497719e3
This commit is contained in:
Tagir Valeev
2020-01-20 07:41:05 +00:00
committed by intellij-monorepo-bot
parent 10a753d85c
commit 8784ff6774
@@ -117,6 +117,16 @@
<item name='java.util.concurrent.ConcurrentHashMap V remove(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.ConcurrentLinkedDeque ConcurrentLinkedDeque()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.ConcurrentLinkedQueue ConcurrentLinkedQueue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name="java.util.concurrent.ConcurrentMap V putIfAbsent(K, V) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>