|
87 | 87 | | ? extends TypeArgument | Wildcard | |
88 | 88 | | ? extends TypeSignature | Wildcard | |
89 | 89 | | ? extends TypeVariable<?> | Wildcard | |
90 | | -| ? extends TypeVariable<Class<T>> | Wildcard | |
91 | | -| ? extends TypeVariable<Constructor<T>> | Wildcard | |
| 90 | +| ? extends TypeVariable<Class> | Wildcard | |
| 91 | +| ? extends TypeVariable<Constructor> | Wildcard | |
92 | 92 | | ? extends TypeVariable<Method> | Wildcard | |
93 | 93 | | ? extends U | Wildcard | |
94 | 94 | | ? extends V | Wildcard | |
|
242 | 242 | | Array<? extends TypeArgument> | Class, ParameterizedType | |
243 | 243 | | Array<? extends TypeSignature> | Class, ParameterizedType | |
244 | 244 | | Array<? extends TypeVariable<?>> | Class, ParameterizedType | |
245 | | -| Array<? extends TypeVariable<Class<T>>> | Class, ParameterizedType | |
246 | | -| Array<? extends TypeVariable<Constructor<T>>> | Class, ParameterizedType | |
| 245 | +| Array<? extends TypeVariable<Class>> | Class, ParameterizedType | |
| 246 | +| Array<? extends TypeVariable<Constructor>> | Class, ParameterizedType | |
247 | 247 | | Array<? extends TypeVariable<Method>> | Class, ParameterizedType | |
248 | 248 | | Array<? extends WorkQueue> | Class, ParameterizedType | |
249 | 249 | | Array<A> | Class, ParameterizedType | |
|
351 | 351 | | Array<TypeSignature> | Class, ParameterizedType | |
352 | 352 | | Array<TypeVariable<>> | Class, ParameterizedType | |
353 | 353 | | Array<TypeVariable<?>> | Class, ParameterizedType | |
354 | | -| Array<TypeVariable<Class<T>>> | Class, ParameterizedType | |
355 | | -| Array<TypeVariable<Constructor<T>>> | Class, ParameterizedType | |
| 354 | +| Array<TypeVariable<Class>> | Class, ParameterizedType | |
| 355 | +| Array<TypeVariable<Constructor>> | Class, ParameterizedType | |
356 | 356 | | Array<TypeVariable<Method>> | Class, ParameterizedType | |
357 | 357 | | Array<UnicodeScript> | Class, ParameterizedType | |
358 | 358 | | Array<WorkQueue> | Class, ParameterizedType | |
|
404 | 404 | | BaseStream<SplittableGenerator,Stream<SplittableGenerator>> | Interface, ParameterizedType | |
405 | 405 | | BaseStream<StackFrame,Stream<StackFrame>> | Interface, ParameterizedType | |
406 | 406 | | BaseStream<String,Stream<String>> | Interface, ParameterizedType | |
407 | | -| BaseStream<T,S> | Interface, ParameterizedType | |
408 | 407 | | BaseStream<T,Stream<T>> | Interface, ParameterizedType | |
| 408 | +| BaseStream<T,Stream> | Interface, ParameterizedType | |
409 | 409 | | BaseStream<U,Stream<U>> | Interface, ParameterizedType | |
410 | 410 | | BaseStream<URL,Stream<URL>> | Interface, ParameterizedType | |
411 | 411 | | BaseType | Interface | |
|
426 | 426 | | BiConsumer<R,? super T> | Interface, ParameterizedType | |
427 | 427 | | BiConsumer<R,R> | Interface, ParameterizedType | |
428 | 428 | | BiConsumer<R,T> | Interface, ParameterizedType | |
429 | | -| BiConsumer<T,U> | Interface, ParameterizedType | |
430 | 429 | | BiFunction | GenericType, Interface, ParameterizedType | |
431 | 430 | | BiFunction<> | Interface, RawType | |
432 | 431 | | BiFunction<? super K,? super K,? extends K> | Interface, ParameterizedType | |
|
598 | 597 | | ClassSpecializer | Class, GenericType, ParameterizedType | |
599 | 598 | | ClassSpecializer<> | Class, RawType | |
600 | 599 | | ClassSpecializer<BoundMethodHandle,String,SpeciesData> | Class, ParameterizedType | |
601 | | -| ClassSpecializer<T,K,S> | Class, ParameterizedType | |
602 | 600 | | ClassTypeSignature | Class | |
603 | 601 | | ClassTypeSignature[] | Array | |
604 | 602 | | ClassValue | Class, GenericType, ParameterizedType | |
|
961 | 959 | | EntrySetView | Class, GenericType, ParameterizedType | |
962 | 960 | | EntrySpliterator | Class, GenericType, ParameterizedType | |
963 | 961 | | EntrySpliterator<> | Class, RawType | |
964 | | -| EntrySpliterator<K,V> | Class, ParameterizedType | |
965 | 962 | | Enum | Class, GenericType, ParameterizedType | |
966 | 963 | | Enum<> | Class, RawType | |
967 | 964 | | Enum<>[] | Array | |
|
1357 | 1354 | | KeySetView<K,V> | Class, ParameterizedType | |
1358 | 1355 | | KeySpliterator | Class, GenericType, ParameterizedType | |
1359 | 1356 | | KeySpliterator<> | Class, RawType | |
1360 | | -| KeySpliterator<K,V> | Class, ParameterizedType | |
1361 | 1357 | | Kind | Class | |
1362 | 1358 | | Kind | GenericType, Interface, ParameterizedType | |
1363 | 1359 | | Kind<> | Interface, RawType | |
|
1492 | 1488 | | MapEntry | Class, GenericType, ParameterizedType | |
1493 | 1489 | | MapMode | Class | |
1494 | 1490 | | MapReduceEntriesTask | Class, GenericType, ParameterizedType | |
1495 | | -| MapReduceEntriesTask<K,V,U> | Class, ParameterizedType | |
1496 | 1491 | | MapReduceEntriesToDoubleTask | Class, GenericType, ParameterizedType | |
1497 | | -| MapReduceEntriesToDoubleTask<K,V> | Class, ParameterizedType | |
1498 | 1492 | | MapReduceEntriesToIntTask | Class, GenericType, ParameterizedType | |
1499 | | -| MapReduceEntriesToIntTask<K,V> | Class, ParameterizedType | |
1500 | 1493 | | MapReduceEntriesToLongTask | Class, GenericType, ParameterizedType | |
1501 | | -| MapReduceEntriesToLongTask<K,V> | Class, ParameterizedType | |
1502 | 1494 | | MapReduceKeysTask | Class, GenericType, ParameterizedType | |
1503 | | -| MapReduceKeysTask<K,V,U> | Class, ParameterizedType | |
1504 | 1495 | | MapReduceKeysToDoubleTask | Class, GenericType, ParameterizedType | |
1505 | | -| MapReduceKeysToDoubleTask<K,V> | Class, ParameterizedType | |
1506 | 1496 | | MapReduceKeysToIntTask | Class, GenericType, ParameterizedType | |
1507 | | -| MapReduceKeysToIntTask<K,V> | Class, ParameterizedType | |
1508 | 1497 | | MapReduceKeysToLongTask | Class, GenericType, ParameterizedType | |
1509 | | -| MapReduceKeysToLongTask<K,V> | Class, ParameterizedType | |
1510 | 1498 | | MapReduceMappingsTask | Class, GenericType, ParameterizedType | |
1511 | | -| MapReduceMappingsTask<K,V,U> | Class, ParameterizedType | |
1512 | 1499 | | MapReduceMappingsToDoubleTask | Class, GenericType, ParameterizedType | |
1513 | | -| MapReduceMappingsToDoubleTask<K,V> | Class, ParameterizedType | |
1514 | 1500 | | MapReduceMappingsToIntTask | Class, GenericType, ParameterizedType | |
1515 | | -| MapReduceMappingsToIntTask<K,V> | Class, ParameterizedType | |
1516 | 1501 | | MapReduceMappingsToLongTask | Class, GenericType, ParameterizedType | |
1517 | | -| MapReduceMappingsToLongTask<K,V> | Class, ParameterizedType | |
1518 | 1502 | | MapReduceValuesTask | Class, GenericType, ParameterizedType | |
1519 | | -| MapReduceValuesTask<K,V,U> | Class, ParameterizedType | |
1520 | 1503 | | MapReduceValuesToDoubleTask | Class, GenericType, ParameterizedType | |
1521 | | -| MapReduceValuesToDoubleTask<K,V> | Class, ParameterizedType | |
1522 | 1504 | | MapReduceValuesToIntTask | Class, GenericType, ParameterizedType | |
1523 | | -| MapReduceValuesToIntTask<K,V> | Class, ParameterizedType | |
1524 | 1505 | | MapReduceValuesToLongTask | Class, GenericType, ParameterizedType | |
1525 | | -| MapReduceValuesToLongTask<K,V> | Class, ParameterizedType | |
1526 | 1506 | | MappedByteBuffer | Class | |
1527 | 1507 | | Member | Interface | |
1528 | 1508 | | MemberName | Class | |
|
1616 | 1596 | | OfMethod<> | Interface, RawType | |
1617 | 1597 | | OfMethod<Class<?>,MethodType> | Interface, ParameterizedType | |
1618 | 1598 | | OfMethod<ClassDesc,MethodTypeDesc> | Interface, ParameterizedType | |
1619 | | -| OfMethod<F,M> | Interface, ParameterizedType | |
1620 | 1599 | | OfPrimitive | GenericType, Interface, ParameterizedType | |
1621 | 1600 | | OfPrimitive<> | Interface, RawType | |
1622 | 1601 | | OfPrimitive<Double,DoubleConsumer,OfDouble> | Interface, ParameterizedType | |
1623 | 1602 | | OfPrimitive<Integer,IntConsumer,OfInt> | Interface, ParameterizedType | |
1624 | 1603 | | OfPrimitive<Long,LongConsumer,OfLong> | Interface, ParameterizedType | |
1625 | | -| OfPrimitive<T,T_CONS,T_SPLITR> | Interface, ParameterizedType | |
1626 | 1604 | | OffsetClock | Class | |
1627 | 1605 | | OffsetDateTime | Class | |
1628 | 1606 | | OffsetIdPrinterParser | Class | |
|
1738 | 1716 | | RecordComponent[] | Array | |
1739 | 1717 | | RecordSupport | Class | |
1740 | 1718 | | ReduceEntriesTask | Class, GenericType, ParameterizedType | |
1741 | | -| ReduceEntriesTask<K,V> | Class, ParameterizedType | |
1742 | 1719 | | ReduceKeysTask | Class, GenericType, ParameterizedType | |
1743 | | -| ReduceKeysTask<K,V> | Class, ParameterizedType | |
1744 | 1720 | | ReduceValuesTask | Class, GenericType, ParameterizedType | |
1745 | | -| ReduceValuesTask<K,V> | Class, ParameterizedType | |
1746 | 1721 | | ReducedPrinterParser | Class | |
1747 | 1722 | | ReentrantLock | Class | |
1748 | 1723 | | Reference | Class, GenericType, ParameterizedType | |
|
1759 | 1734 | | Reference<ThreadLocal<?>> | Class, ParameterizedType | |
1760 | 1735 | | Reference<Version<?>> | Class, ParameterizedType | |
1761 | 1736 | | Reference<Version<T>> | Class, ParameterizedType | |
| 1737 | +| Reference<Version> | Class, ParameterizedType | |
1762 | 1738 | | ReferenceQueue | Class, GenericType, ParameterizedType | |
1763 | 1739 | | ReferenceQueue<? super T> | Class, ParameterizedType | |
1764 | 1740 | | ReferenceQueue<Class<?>> | Class, ParameterizedType | |
|
1863 | 1839 | | SoftReference<MethodHandle>[] | Array | |
1864 | 1840 | | SortedMap | GenericType, Interface, ParameterizedType | |
1865 | 1841 | | SortedMap<> | Interface, RawType | |
1866 | | -| SortedMap<K,V> | Interface, ParameterizedType | |
1867 | 1842 | | SortedMap<String,Charset> | Interface, ParameterizedType | |
1868 | 1843 | | SourceClock | Class | |
1869 | 1844 | | Special | Class | |
|
2045 | 2020 | | TypeVariable<>[] | Array | |
2046 | 2021 | | TypeVariable<?> | Interface, ParameterizedType | |
2047 | 2022 | | TypeVariable<?>[] | Array | |
2048 | | -| TypeVariable<Class<T>> | Interface, ParameterizedType | |
2049 | | -| TypeVariable<Class<T>>[] | Array | |
2050 | | -| TypeVariable<Constructor<T>> | Interface, ParameterizedType | |
2051 | | -| TypeVariable<Constructor<T>>[] | Array | |
| 2023 | +| TypeVariable<Class> | Interface, ParameterizedType | |
| 2024 | +| TypeVariable<Class>[] | Array | |
| 2025 | +| TypeVariable<Constructor> | Interface, ParameterizedType | |
| 2026 | +| TypeVariable<Constructor>[] | Array | |
2052 | 2027 | | TypeVariable<Method> | Interface, ParameterizedType | |
2053 | 2028 | | TypeVariable<Method>[] | Array | |
2054 | 2029 | | TypeVariableSignature | Class | |
|
2083 | 2058 | | ValueRange | Class | |
2084 | 2059 | | ValueSpliterator | Class, GenericType, ParameterizedType | |
2085 | 2060 | | ValueSpliterator<> | Class, RawType | |
2086 | | -| ValueSpliterator<K,V> | Class, ParameterizedType | |
2087 | 2061 | | ValuesView | Class, GenericType, ParameterizedType | |
2088 | 2062 | | VarForm | Class | |
2089 | 2063 | | VarHandle | Class | |
|
2160 | 2134 | | WeakReference<ThreadLocal<?>> | Class, ParameterizedType | |
2161 | 2135 | | WeakReference<Version<?>> | Class, ParameterizedType | |
2162 | 2136 | | WeakReference<Version<T>> | Class, ParameterizedType | |
| 2137 | +| WeakReference<Version> | Class, ParameterizedType | |
2163 | 2138 | | WeekBasedFieldPrinterParser | Class | |
2164 | 2139 | | Wildcard | Class | |
2165 | 2140 | | WildcardType | Interface | |
|
0 commit comments