Files
kotlin-fork/jdk-annotations/java/util/annotations.xml
T
2012-09-28 15:52:48 +04:00

1724 lines
84 KiB
XML

<root>
<item name='java.util.AbstractList boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList void add(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(index : Int, element : E)&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList boolean addAll(int, java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(index : Int, c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList E get(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun get(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList java.util.ListIterator<E> listIterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator() : MutableListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList java.util.ListIterator<E> listIterator(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator(index : Int) : MutableListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList E set(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractList java.util.List<E> subList(int, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun subList(fromIndex : Int, toIndex : Int) : MutableList&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList void add(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(index : Int, element : E)&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList boolean addAll(int, java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(index : Int, c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList E get(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun get(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList E remove(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList E set(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.ArrayList T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List void add(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(index : Int, element : E)&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean addAll(int, java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(index : Int, c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean containsAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun containsAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List E get(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun get(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.List java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List java.util.ListIterator<E> listIterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator() : MutableListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List java.util.ListIterator<E> listIterator(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator(index : Int) : MutableListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List E remove(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean removeAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List boolean retainAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun retainAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.List E set(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<item name='java.util.List java.util.List<E> subList(int, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun subList(fromIndex : Int, toIndex : Int) : List&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.List T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.HashSet boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.HashSet java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collection boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collection boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collection boolean containsAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun containsAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collection java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collection boolean removeAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collection boolean retainAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun retainAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collection java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collection T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Map.Entry K getKey()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getKey() : K&quot;"/>
</annotation>
</item>
<item name='java.util.Map.Entry V getValue()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getValue() : V&quot;"/>
</annotation>
</item>
<item name='java.util.Map.Entry V setValue(V)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setValue(value : V) : V&quot;"/>
</annotation>
</item>
<item name='java.util.Map java.util.Set<java.util.Map.Entry<K,V>> entrySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun entrySet() : Set&lt;Map.Entry&lt;K, V&gt;&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Map java.util.Set<K> keySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun keySet() : Set&lt;K&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Map V put(K, V)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun put(key : K, value : V) : V?&quot;"/>
</annotation>
</item>
<item name='java.util.Map void putAll(java.util.Map<? extends K,? extends V>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun putAll(m : Map&lt;out K, out V&gt;)&quot;"/>
</annotation>
</item>
<item name='java.util.Map java.util.Collection<V> values()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun values() : Collection&lt;V&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedHashMap boolean removeEldestEntry(java.util.Map.Entry<K,V>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeEldestEntry(eldest : Map.Entry&lt;K, V&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set boolean containsAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun containsAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Set boolean removeAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set boolean retainAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun retainAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Set java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Set T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection boolean containsAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun containsAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection boolean removeAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection boolean retainAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun retainAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractCollection T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Enumeration E nextElement()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun nextElement() : E&quot;"/>
</annotation>
</item>
<item name='java.util.HashMap java.util.Set<java.util.Map.Entry<K,V>> entrySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun entrySet() : MutableSet&lt;MutableMap.MutableEntry&lt;K, V&gt;&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.HashMap java.util.Set<K> keySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun keySet() : MutableSet&lt;K&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.HashMap V put(K, V)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun put(key : K, value : V) : V?&quot;"/>
</annotation>
</item>
<item name='java.util.HashMap void putAll(java.util.Map<? extends K,? extends V>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun putAll(m : Map&lt;out K, out V&gt;)&quot;"/>
</annotation>
</item>
<item name='java.util.HashMap java.util.Collection<V> values()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun values() : MutableCollection&lt;V&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSet boolean removeAll(java.util.Collection<?>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeAll(c : Collection&lt;out Any?&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Queue boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Queue E element()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun element() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Queue boolean offer(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offer(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Queue E peek()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peek() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Queue E poll()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun poll() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Queue E remove()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList void add(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(index : Int, element : E)&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean addAll(java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean addAll(int, java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(index : Int, c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList void addFirst(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addFirst(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList void addLast(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addLast(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList java.util.Iterator<E> descendingIterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun descendingIterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E element()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun element() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E get(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun get(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E getFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getFirst() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E getLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getLast() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList java.util.ListIterator<E> listIterator(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator(index : Int) : ListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean offer(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offer(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean offerFirst(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offerFirst(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList boolean offerLast(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offerLast(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E peek()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peek() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E peekFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peekFirst() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E peekLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peekLast() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E poll()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun poll() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E pollFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pollFirst() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E pollLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pollLast() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E pop()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pop() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList void push(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun push(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E remove()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E remove(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E removeFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeFirst() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E removeLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeLast() : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList E set(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList java.lang.Object[] toArray()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toArray() : Array&lt;Any?&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.LinkedList T[] toArray(T[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; toArray(a : Array&lt;out T&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Iterator E next()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun next() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque boolean add(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Deque void addFirst(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addFirst(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.Deque void addLast(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addLast(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.Deque java.util.Iterator<E> descendingIterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun descendingIterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E element()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun element() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E getFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getFirst() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E getLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getLast() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Deque boolean offer(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offer(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Deque boolean offerFirst(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offerFirst(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Deque boolean offerLast(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun offerLast(e : E) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E peek()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peek() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E peekFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peekFirst() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E peekLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun peekLast() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E poll()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun poll() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E pollFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pollFirst() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E pollLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pollLast() : E?&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E pop()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pop() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque void push(E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun push(e : E)&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E remove()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E removeFirst()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeFirst() : E&quot;"/>
</annotation>
</item>
<item name='java.util.Deque E removeLast()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun removeLast() : E&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractMap java.util.Set<java.util.Map.Entry<K,V>> entrySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun entrySet() : Set&lt;Map.Entry&lt;K, V&gt;&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractMap java.util.Set<K> keySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun keySet() : Set&lt;K&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractMap V put(K, V)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun put(key : K, value : V) : V?&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractMap void putAll(java.util.Map<? extends K,? extends V>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun putAll(m : Map&lt;out K, out V&gt;)&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractMap java.util.Collection<V> values()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun values() : Collection&lt;V&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList void add(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun add(index : Int, element : E)&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList boolean addAll(int, java.util.Collection<? extends E>)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun addAll(index : Int, c : Collection&lt;out E&gt;) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList E get(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun get(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList java.util.ListIterator<E> listIterator(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator(index : Int) : ListIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList E remove(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun remove(index : Int) : E&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList E set(int, E)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<!-- TODO temporary fix for jdk-annotations/ArrayListClone.jet test -->
<item name='java.util.ArrayList java.lang.Object clone()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun clone() : Any&quot;"/>
</annotation>
</item>
<!-- java.util.Arrays -->
<item name='java.util.Arrays java.util.List&lt;T&gt; asList(T...)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; asList(vararg a : T) : List&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays void sort(T[], java.util.Comparator&lt;? super T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; sort(a : Array&lt;out T&gt;, c : Comparator&lt;in T&gt;?) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays void sort(java.lang.Object[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun sort(a : Array&lt;out Any?&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays void sort(java.lang.Object[], int, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun sort(a : Array&lt;out Any?&gt;, fromIndex : Int, toIndex : Int) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays void sort(T[], int, int, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; sort(a : Array&lt;T&gt;, fromIndex : Int, toIndex : Int, c : Comparator&lt;in T&gt;?) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays int binarySearch(java.lang.Object[], java.lang.Object)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun binarySearch(a : Array&lt;out Any?&gt;, key : Any?) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays int binarySearch(java.lang.Object[], int, int, java.lang.Object)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun binarySearch(a : Array&lt;out Any?&gt;, fromIndex : Int, toIndex : Int, key : Any?) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays int binarySearch(T[], T, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; binarySearch(a : Array&lt;out T&gt;, key : T, c : Comparator&lt;in T&gt;?) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays int binarySearch(T[], int, int, T, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; binarySearch(a : Array&lt;out T&gt;, fromIndex : Int, toIndex : Int, key : T, c : Comparator&lt;in T&gt;?) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays boolean equals(java.lang.Object[], java.lang.Object[]) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Arrays boolean equals(java.lang.Object[], java.lang.Object[]) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Arrays boolean equals(java.lang.Object[], java.lang.Object[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun equals(a : Array&lt;out Any?&gt;?, a2 : Array&lt;out Any?&gt;?) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays void fill(java.lang.Object[], java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays void fill(java.lang.Object[], int, int, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays T[] copyOf(U[], int, java.lang.Class&lt;? extends T[]&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays T[] copyOf(U[], int, java.lang.Class&lt;? extends T[]&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays T[] copyOf(U[], int, java.lang.Class&lt;? extends T[]&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T, U&gt; copyOf(original : Array&lt;out U&gt;, newLength : Int, newType : Class&lt;out Array&lt;T&gt;&gt;) : Array&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Arrays T[] copyOfRange(T[], int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays T[] copyOfRange(T[], int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Arrays T[] copyOf(T[], int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; copyOf(original : Array&lt;out T&gt;, newLength : Int) : Array&lt;T?&gt;&quot;"/>
</annotation>
</item>
<!-- java.util.Collections -->
<item name='java.util.Collections java.util.List&lt;T&gt; emptyList()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; emptyList() : List&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; emptySet()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; emptySet() : Set&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; emptyMap()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;K, V&gt; emptyMap() : Map&lt;K, V&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; singleton(T)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; singleton(o : T?) : Set&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; singletonList(T)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; singletonList(o : T?) : List&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; singletonMap(K, V)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;K, V&gt; singletonMap(key : K, value : V) : Map&lt;K, V&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void sort(java.util.List&lt;T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T : Comparable&lt;in T&gt;&gt; sort(list : MutableList&lt;T&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void sort(java.util.List&lt;T&gt;, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; sort(list : MutableList&lt;T&gt;, c : Comparator&lt;in T&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void reverse(java.util.List&lt;?&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun reverse(list : MutableList&lt;out Any?&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void shuffle(java.util.List&lt;?&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun shuffle(list : MutableList&lt;out Any?&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void shuffle(java.util.List&lt;?&gt;, java.util.Random)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun shuffle(list : MutableList&lt;out Any?&gt;, rnd : Random) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void swap(java.util.List&lt;?&gt;, int, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun swap(list : MutableList&lt;out Any?&gt;, i : Int, j : Int) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void fill(java.util.List&lt;? super T&gt;, T)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun &lt;T&gt; fill(list : MutableList&lt;in T&gt;, obj : T) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void copy(java.util.List&lt;? super T&gt;, java.util.List&lt;? extends T&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; copy(dest : MutableList&lt;in T&gt;, src : List&lt;out T&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections void rotate(java.util.List&lt;?&gt;, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun rotate(list : MutableList&lt;out Any?&gt;, distance : Int) : Unit&quot;"/>
</annotation>
</item>
<item name='java.util.Collections boolean replaceAll(java.util.List&lt;T&gt;, T, T)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; replaceAll(list : MutableList&lt;T&gt;, oldVal : T, newVal : T) : Boolean&quot;"/>
</annotation>
</item>
<item name='java.util.Collections int binarySearch(java.util.List&lt;? extends java.lang.Comparable&lt;? super T&gt;&gt;, T)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun &lt;T&gt; binarySearch(list : List&lt;out Comparable&lt;in T&gt;&gt;, key : T) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.Collections int binarySearch(java.util.List&lt;? extends T&gt;, T, java.util.Comparator&lt;? super T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int binarySearch(java.util.List&lt;? extends T&gt;, T, java.util.Comparator&lt;? super T&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int binarySearch(java.util.List&lt;? extends T&gt;, T, java.util.Comparator&lt;? super T&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T min(java.util.Collection&lt;? extends T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T min(java.util.Collection&lt;? extends T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T min(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T min(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T min(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T max(java.util.Collection&lt;? extends T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T max(java.util.Collection&lt;? extends T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T max(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T max(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections T max(java.util.Collection&lt;? extends T&gt;, java.util.Comparator&lt;? super T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int indexOfSubList(java.util.List&lt;?&gt;, java.util.List&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int indexOfSubList(java.util.List&lt;?&gt;, java.util.List&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int lastIndexOfSubList(java.util.List&lt;?&gt;, java.util.List&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int lastIndexOfSubList(java.util.List&lt;?&gt;, java.util.List&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;T&gt; unmodifiableCollection(java.util.Collection&lt;? extends T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;T&gt; unmodifiableCollection(java.util.Collection&lt;? extends T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; unmodifiableSet(java.util.Set&lt;? extends T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; unmodifiableSet(java.util.Set&lt;? extends T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;T&gt; unmodifiableSortedSet(java.util.SortedSet&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;T&gt; unmodifiableSortedSet(java.util.SortedSet&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; unmodifiableList(java.util.List&lt;? extends T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; unmodifiableList(java.util.List&lt;? extends T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; unmodifiableMap(java.util.Map&lt;? extends K,? extends V&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; unmodifiableMap(java.util.Map&lt;? extends K,? extends V&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; unmodifiableSortedMap(java.util.SortedMap&lt;K,? extends V&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; unmodifiableSortedMap(java.util.SortedMap&lt;K,? extends V&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;T&gt; synchronizedCollection(java.util.Collection&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;T&gt; synchronizedCollection(java.util.Collection&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; synchronizedSet(java.util.Set&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; synchronizedSet(java.util.Set&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; synchronizedSet(java.util.Set&lt;T&gt;, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; synchronizedSet(java.util.Set&lt;T&gt;, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; synchronizedSet(java.util.Set&lt;T&gt;, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;T&gt; synchronizedSortedSet(java.util.SortedSet&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;T&gt; synchronizedSortedSet(java.util.SortedSet&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; synchronizedList(java.util.List&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; synchronizedList(java.util.List&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; synchronizedList(java.util.List&lt;T&gt;, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; synchronizedList(java.util.List&lt;T&gt;, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; synchronizedList(java.util.List&lt;T&gt;, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; synchronizedMap(java.util.Map&lt;K,V&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; synchronizedMap(java.util.Map&lt;K,V&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; synchronizedSortedMap(java.util.SortedMap&lt;K,V&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; synchronizedSortedMap(java.util.SortedMap&lt;K,V&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;E&gt; checkedCollection(java.util.Collection&lt;E&gt;, java.lang.Class&lt;E&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;E&gt; checkedCollection(java.util.Collection&lt;E&gt;, java.lang.Class&lt;E&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Collection&lt;E&gt; checkedCollection(java.util.Collection&lt;E&gt;, java.lang.Class&lt;E&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;E&gt; checkedSet(java.util.Set&lt;E&gt;, java.lang.Class&lt;E&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;E&gt; checkedSet(java.util.Set&lt;E&gt;, java.lang.Class&lt;E&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;E&gt; checkedSet(java.util.Set&lt;E&gt;, java.lang.Class&lt;E&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;E&gt; checkedSortedSet(java.util.SortedSet&lt;E&gt;, java.lang.Class&lt;E&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;E&gt; checkedSortedSet(java.util.SortedSet&lt;E&gt;, java.lang.Class&lt;E&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedSet&lt;E&gt; checkedSortedSet(java.util.SortedSet&lt;E&gt;, java.lang.Class&lt;E&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;E&gt; checkedList(java.util.List&lt;E&gt;, java.lang.Class&lt;E&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;E&gt; checkedList(java.util.List&lt;E&gt;, java.lang.Class&lt;E&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;E&gt; checkedList(java.util.List&lt;E&gt;, java.lang.Class&lt;E&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; checkedSortedMap(java.util.SortedMap&lt;K,V&gt;, java.lang.Class&lt;K&gt;, java.lang.Class&lt;V&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; checkedSortedMap(java.util.SortedMap&lt;K,V&gt;, java.lang.Class&lt;K&gt;, java.lang.Class&lt;V&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; checkedSortedMap(java.util.SortedMap&lt;K,V&gt;, java.lang.Class&lt;K&gt;, java.lang.Class&lt;V&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.SortedMap&lt;K,V&gt; checkedSortedMap(java.util.SortedMap&lt;K,V&gt;, java.lang.Class&lt;K&gt;, java.lang.Class&lt;V&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; emptySet()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; emptyList()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; emptyMap()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;T&gt; singleton(T)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; singletonList(T)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Map&lt;K,V&gt; singletonMap(K, V)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.List&lt;T&gt; nCopies(int, T)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Comparator&lt;T&gt; reverseOrder()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Enumeration&lt;T&gt; enumeration(java.util.Collection&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Enumeration&lt;T&gt; enumeration(java.util.Collection&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.ArrayList&lt;T&gt; list(java.util.Enumeration&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.ArrayList&lt;T&gt; list(java.util.Enumeration&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections int frequency(java.util.Collection&lt;?&gt;, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Collections int frequency(java.util.Collection&lt;?&gt;, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections boolean disjoint(java.util.Collection&lt;?&gt;, java.util.Collection&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections boolean disjoint(java.util.Collection&lt;?&gt;, java.util.Collection&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections boolean addAll(java.util.Collection&lt;? super T&gt;, T...) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;E&gt; newSetFromMap(java.util.Map&lt;E,java.lang.Boolean&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Set&lt;E&gt; newSetFromMap(java.util.Map&lt;E,java.lang.Boolean&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Queue&lt;T&gt; asLifoQueue(java.util.Deque&lt;T&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Collections java.util.Queue&lt;T&gt; asLifoQueue(java.util.Deque&lt;T&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Timer -->
<item name='java.util.Timer Timer(java.lang.String, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, java.util.Date) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, java.util.Date) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, long, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, java.util.Date, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void schedule(java.util.TimerTask, java.util.Date, long) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void scheduleAtFixedRate(java.util.TimerTask, long, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void scheduleAtFixedRate(java.util.TimerTask, java.util.Date, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void scheduleAtFixedRate(java.util.TimerTask, java.util.Date, long) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Timer void sched(java.util.TimerTask, long, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Random -->
<item name='java.util.Random void nextBytes(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Scanner -->
<item name='java.util.Scanner Scanner(java.io.InputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.io.InputStream, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.io.InputStream, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.io.File, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.io.File, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.nio.channels.ReadableByteChannel) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.nio.channels.ReadableByteChannel, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner Scanner(java.nio.channels.ReadableByteChannel, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.io.IOException ioException()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.util.regex.Pattern delimiter()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useDelimiter(java.util.regex.Pattern)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useDelimiter(java.util.regex.Pattern) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useDelimiter(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useDelimiter(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Locale locale()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.util.Scanner useLocale(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useLocale(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner useRadix(int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.regex.MatchResult match()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String next()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner boolean hasNext(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String next(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String next(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner boolean hasNext(java.util.regex.Pattern) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String next(java.util.regex.Pattern) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String next(java.util.regex.Pattern)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String nextLine()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String findInLine(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String findInLine(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.lang.String findInLine(java.util.regex.Pattern) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String findInLine(java.util.regex.Pattern)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.lang.String findWithinHorizon(java.lang.String, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.lang.String findWithinHorizon(java.lang.String, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.lang.String findWithinHorizon(java.util.regex.Pattern, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Scanner java.lang.String findWithinHorizon(java.util.regex.Pattern, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner skip(java.util.regex.Pattern) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner skip(java.util.regex.Pattern)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner skip(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner skip(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.math.BigInteger nextBigInteger()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.math.BigInteger nextBigInteger(int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.math.BigDecimal nextBigDecimal()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Scanner java.util.Scanner reset()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.BitSet -->
<item name='java.util.BitSet java.util.BitSet get(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet void and(java.util.BitSet) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet void or(java.util.BitSet) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet void xor(java.util.BitSet) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet void andNot(java.util.BitSet) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.BitSet java.lang.Object clone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.BitSet java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Currency -->
<item name='java.util.Currency java.util.Currency getInstance(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.util.Currency getInstance(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.util.Currency getInstance(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Currency java.util.Currency getInstance(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.lang.String getCurrencyCode()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.lang.String getSymbol()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.lang.String getSymbol(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.lang.String getSymbol(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Currency java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Calendar -->
<item name='java.util.Calendar isSet'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar stamp'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar Calendar(java.util.TimeZone, java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar Calendar(java.util.TimeZone, java.util.Locale) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.TimeZone)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.TimeZone) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.TimeZone, java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.TimeZone, java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Calendar getInstance(java.util.TimeZone, java.util.Locale) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Locale[] getAvailableLocales()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getAvailableLocales() : Array&lt;out Locale&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Calendar void setTime(java.util.Date) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.lang.String getDisplayName(int, int, java.util.Locale) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.Map&lt;java.lang.String,java.lang.Integer&gt; getDisplayNames(int, int, java.util.Locale)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun getDisplayNames(field : Int, style : Int, locale : Locale) : Map&lt;String, Int&gt;?&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Calendar java.util.Map&lt;java.lang.String,java.lang.Integer&gt; getDisplayNames(int, int, java.util.Locale) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.lang.String getDisplayName(int, int, java.util.Locale)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Calendar boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Calendar boolean before(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Calendar boolean after(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.Calendar int compareTo(java.util.Calendar) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar void setTimeZone(java.util.TimeZone) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.util.TimeZone getTimeZone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.lang.Object clone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Calendar java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.GregorianCalendar -->
<item name='java.util.GregorianCalendar GregorianCalendar(java.util.TimeZone) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar GregorianCalendar(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar GregorianCalendar(java.util.TimeZone, java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar GregorianCalendar(java.util.TimeZone, java.util.Locale) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar void setGregorianChange(java.util.Date) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar java.util.Date getGregorianChange()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.GregorianCalendar java.lang.Object clone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar java.util.TimeZone getTimeZone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.GregorianCalendar void setTimeZone(java.util.TimeZone) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.Locale -->
<item name='java.util.Locale ENGLISH'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale FRENCH'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale GERMAN'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale ITALIAN'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale JAPANESE'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale KOREAN'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale CHINESE'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale SIMPLIFIED_CHINESE'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale TRADITIONAL_CHINESE'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale FRANCE'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale GERMANY'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale ITALY'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale JAPAN'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale KOREA'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale CHINA'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale PRC'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale TAIWAN'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale UK'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale US'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale CANADA'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale CANADA_FRENCH'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale ROOT'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String, java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String, java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String, java.lang.String, java.lang.String) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale Locale(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.util.Locale getDefault()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale void setDefault(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.util.Locale[] getAvailableLocales()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getAvailableLocales() : Array&lt;out Locale&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Locale java.lang.String[] getISOCountries()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getISOCountries() : Array&lt;out String&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Locale java.lang.String[] getISOLanguages()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getISOLanguages() : Array&lt;out String&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Locale java.lang.String getLanguage()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getCountry()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getVariant()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getISO3Language()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getISO3Country()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayLanguage(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayLanguage(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayLanguage()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayCountry()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayCountry(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayCountry(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayVariant()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayVariant(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayVariant(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayName(java.util.Locale)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.String getDisplayName(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale java.lang.Object clone()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.Locale boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.ServiceLoader java.util.Iterator&lt;S&gt; iterator()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<!-- java.util.ServiceLoader -->
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; load(java.lang.Class&lt;S&gt;, java.lang.ClassLoader)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; load(java.lang.Class&lt;S&gt;, java.lang.ClassLoader) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; load(java.lang.Class&lt;S&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; load(java.lang.Class&lt;S&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; loadInstalled(java.lang.Class&lt;S&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.ServiceLoader java.util.ServiceLoader&lt;S&gt; loadInstalled(java.lang.Class&lt;S&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>