|
10 | 10 | | ? extends BaseLocale | Wildcard | |
11 | 11 | | ? extends BasicType | Wildcard | |
12 | 12 | | ? extends BigInteger | Wildcard | |
| 13 | +| ? extends BoundMethodHandle | Wildcard | |
13 | 14 | | ? extends ByteBuffer | Wildcard | |
14 | 15 | | ? extends Callable<T> | Wildcard | |
15 | 16 | | ? extends Certificate | Wildcard | |
|
41 | 42 | | ? extends FileAttributeView | Wildcard | |
42 | 43 | | ? extends ForkJoinTask<?> | Wildcard | |
43 | 44 | | ? extends FormalTypeParameter | Wildcard | |
| 45 | +| ? extends Identity | Wildcard | |
44 | 46 | | ? extends InetAddress | Wildcard | |
45 | 47 | | ? extends IntStream | Wildcard | |
46 | 48 | | ? extends K | Wildcard | |
|
97 | 99 | | ? extends WorkQueue | Wildcard | |
98 | 100 | | ? extends X | Wildcard | |
99 | 101 | | ? super A | Wildcard | |
| 102 | +| ? super Byte | Wildcard | |
| 103 | +| ? super Class<?> | Wildcard | |
| 104 | +| ? super Cleaner | Wildcard | |
100 | 105 | | ? super Consumer<R> | Wildcard | |
101 | 106 | | ? super Double | Wildcard | |
102 | 107 | | ? super DoubleConsumer | Wildcard | |
103 | 108 | | ? super E | Wildcard | |
| 109 | +| ? super Entry<?> | Wildcard | |
104 | 110 | | ? super Entry<K,V> | Wildcard | |
105 | 111 | | ? super ForkJoinPool | Wildcard | |
106 | 112 | | ? super ForkJoinTask<?> | Wildcard | |
| 113 | +| ? super Identity | Wildcard | |
107 | 114 | | ? super IntConsumer | Wildcard | |
108 | 115 | | ? super Integer | Wildcard | |
109 | 116 | | ? super K | Wildcard | |
|
119 | 126 | | ? super T | Wildcard | |
120 | 127 | | ? super U | Wildcard | |
121 | 128 | | ? super V | Wildcard | |
| 129 | +| ? super Version<T> | Wildcard | |
122 | 130 | | A | TypeVariable | |
123 | 131 | | A[] | Array | |
124 | 132 | | AbstractChronology | Class | |
|
388 | 396 | | BaseStream<Double,DoubleStream> | Interface, ParameterizedType | |
389 | 397 | | BaseStream<Double,Stream<Double>> | Interface, ParameterizedType | |
390 | 398 | | BaseStream<E,Stream<E>> | Interface, ParameterizedType | |
| 399 | +| BaseStream<Entry<K,V>,Stream<Entry<K,V>>> | Interface, ParameterizedType | |
391 | 400 | | BaseStream<InetAddress,Stream<InetAddress>> | Interface, ParameterizedType | |
392 | 401 | | BaseStream<Integer,IntStream> | Interface, ParameterizedType | |
393 | 402 | | BaseStream<Integer,Stream<Integer>> | Interface, ParameterizedType | |
394 | 403 | | BaseStream<JumpableGenerator,Stream<JumpableGenerator>> | Interface, ParameterizedType | |
| 404 | +| BaseStream<K,Stream<K>> | Interface, ParameterizedType | |
395 | 405 | | BaseStream<LocalDate,Stream<LocalDate>> | Interface, ParameterizedType | |
396 | 406 | | BaseStream<Long,LongStream> | Interface, ParameterizedType | |
397 | 407 | | BaseStream<Long,Stream<Long>> | Interface, ParameterizedType | |
|
408 | 418 | | BaseStream<T,Stream> | Interface, ParameterizedType | |
409 | 419 | | BaseStream<U,Stream<U>> | Interface, ParameterizedType | |
410 | 420 | | BaseStream<URL,Stream<URL>> | Interface, ParameterizedType | |
| 421 | +| BaseStream<V,Stream<V>> | Interface, ParameterizedType | |
411 | 422 | | BaseType | Interface | |
412 | 423 | | BasicFileAttributes | Interface | |
413 | 424 | | BasicPermission | Class | |
414 | 425 | | BasicType | Class | |
415 | 426 | | BasicType[] | Array | |
416 | 427 | | BiConsumer | GenericType, Interface, ParameterizedType | |
417 | 428 | | BiConsumer<> | Interface, RawType | |
| 429 | +| BiConsumer<? super Identity,? super Entry<?>> | Interface, ParameterizedType | |
418 | 430 | | BiConsumer<? super K,? super V> | Interface, ParameterizedType | |
419 | 431 | | BiConsumer<? super Object,? super Object> | Interface, ParameterizedType | |
420 | 432 | | BiConsumer<? super T,? super Consumer<R>> | Interface, ParameterizedType | |
|
428 | 440 | | BiConsumer<R,T> | Interface, ParameterizedType | |
429 | 441 | | BiFunction | GenericType, Interface, ParameterizedType | |
430 | 442 | | BiFunction<> | Interface, RawType | |
| 443 | +| BiFunction<? super Entry<?>,? super Entry<?>,? extends Entry<?>> | Interface, ParameterizedType | |
| 444 | +| BiFunction<? super Identity,? super Entry<?>,? extends Entry<?>> | Interface, ParameterizedType | |
431 | 445 | | BiFunction<? super K,? super K,? extends K> | Interface, ParameterizedType | |
432 | 446 | | BiFunction<? super K,? super V,? extends U> | Interface, ParameterizedType | |
433 | 447 | | BiFunction<? super K,? super V,? extends V> | Interface, ParameterizedType | |
|
441 | 455 | | BiFunction<R,R,R> | Interface, ParameterizedType | |
442 | 456 | | BiFunction<String,List<Number>,ArrayIndexOutOfBoundsException> | Interface, ParameterizedType | |
443 | 457 | | BiFunction<T,T,T> | Interface, ParameterizedType | |
| 458 | +| BiFunction<T,T,V> | Interface, ParameterizedType | |
444 | 459 | | BiFunction<T,U,V> | Interface, ParameterizedType | |
445 | 460 | | BiFunction<U,? super T,U> | Interface, ParameterizedType | |
446 | 461 | | BiFunction<U,U,U> | Interface, ParameterizedType | |
|
554 | 569 | | Class<> | Class, RawType | |
555 | 570 | | Class<>[] | Array | |
556 | 571 | | Class<? extends Annotation> | Class, ParameterizedType | |
| 572 | +| Class<? extends BoundMethodHandle> | Class, ParameterizedType | |
557 | 573 | | Class<? extends FileAttributeView> | Class, ParameterizedType | |
558 | 574 | | Class<? extends M> | Class, ParameterizedType | |
559 | 575 | | Class<? extends T> | Class, ParameterizedType | |
|
566 | 582 | | Class<?>[] | Array | |
567 | 583 | | Class<A> | Class, ParameterizedType | |
568 | 584 | | Class<Boolean> | Class, ParameterizedType | |
| 585 | +| Class<BoundMethodHandle> | Class, ParameterizedType | |
569 | 586 | | Class<Byte> | Class, ParameterizedType | |
570 | 587 | | Class<Character> | Class, ParameterizedType | |
| 588 | +| Class<ClassOption> | Class, ParameterizedType | |
571 | 589 | | Class<Double> | Class, ParameterizedType | |
572 | 590 | | Class<E> | Class, ParameterizedType | |
573 | 591 | | Class<Float> | Class, ParameterizedType | |
|
579 | 597 | | Class<S> | Class, ParameterizedType | |
580 | 598 | | Class<Sh> | Class, ParameterizedType | |
581 | 599 | | Class<Short> | Class, ParameterizedType | |
| 600 | +| Class<SpeciesData> | Class, ParameterizedType | |
| 601 | +| Class<String> | Class, ParameterizedType | |
582 | 602 | | Class<T> | Class, ParameterizedType | |
583 | 603 | | Class<U> | Class, ParameterizedType | |
| 604 | +| Class<UnicodeScript> | Class, ParameterizedType | |
584 | 605 | | Class<V> | Class, ParameterizedType | |
585 | 606 | | Class<Void> | Class, ParameterizedType | |
586 | 607 | | ClassDataSlot | Class | |
|
628 | 649 | | Collection<? extends Callable<T>> | Interface, ParameterizedType | |
629 | 650 | | Collection<? extends Certificate> | Interface, ParameterizedType | |
630 | 651 | | Collection<? extends E> | Interface, ParameterizedType | |
| 652 | +| Collection<? extends Entry<K,V>> | Interface, ParameterizedType | |
| 653 | +| Collection<? extends K> | Interface, ParameterizedType | |
631 | 654 | | Collection<? extends OpenOption> | Interface, ParameterizedType | |
632 | 655 | | Collection<? extends Principal> | Interface, ParameterizedType | |
| 656 | +| Collection<? extends V> | Interface, ParameterizedType | |
633 | 657 | | Collection<? super ForkJoinTask<?>> | Interface, ParameterizedType | |
634 | 658 | | Collection<?> | Interface, ParameterizedType | |
635 | 659 | | Collection<Attribute> | Interface, ParameterizedType | |
|
645 | 669 | | Collection<ConstantDesc> | Interface, ParameterizedType | |
646 | 670 | | Collection<DateTimePrinterParser> | Interface, ParameterizedType | |
647 | 671 | | Collection<E> | Interface, ParameterizedType | |
| 672 | +| Collection<Entry<?>> | Interface, ParameterizedType | |
| 673 | +| Collection<Entry<Identity,Entry<?>>> | Interface, ParameterizedType | |
648 | 674 | | Collection<Entry<K,V>> | Interface, ParameterizedType | |
649 | 675 | | Collection<Entry<Object,Object>> | Interface, ParameterizedType | |
650 | 676 | | Collection<Era> | Interface, ParameterizedType | |
651 | 677 | | Collection<Exports> | Interface, ParameterizedType | |
652 | 678 | | Collection<F> | Interface, ParameterizedType | |
653 | 679 | | Collection<FileSystemProvider> | Interface, ParameterizedType | |
654 | 680 | | Collection<Future<T>> | Interface, ParameterizedType | |
| 681 | +| Collection<Identity> | Interface, ParameterizedType | |
655 | 682 | | Collection<InterfaceAddress> | Interface, ParameterizedType | |
656 | 683 | | Collection<K> | Interface, ParameterizedType | |
657 | 684 | | Collection<LanguageRange> | Interface, ParameterizedType | |
|
789 | 816 | | Comparator | GenericType, Interface, ParameterizedType | |
790 | 817 | | Comparator<> | Interface, RawType | |
791 | 818 | | Comparator<? super E> | Interface, ParameterizedType | |
| 819 | +| Comparator<? super Entry<K,V>> | Interface, ParameterizedType | |
| 820 | +| Comparator<? super Integer> | Interface, ParameterizedType | |
792 | 821 | | Comparator<? super K> | Interface, ParameterizedType | |
793 | 822 | | Comparator<? super T> | Interface, ParameterizedType | |
794 | 823 | | Comparator<? super U> | Interface, ParameterizedType | |
|
840 | 869 | | ConstructorRepository | Class | |
841 | 870 | | Consumer | GenericType, Interface, ParameterizedType | |
842 | 871 | | Consumer<> | Interface, RawType | |
| 872 | +| Consumer<? super Byte> | Interface, ParameterizedType | |
843 | 873 | | Consumer<? super Double> | Interface, ParameterizedType | |
844 | 874 | | Consumer<? super E> | Interface, ParameterizedType | |
845 | 875 | | Consumer<? super Entry<K,V>> | Interface, ParameterizedType | |
|
932 | 962 | | DynamicConstantDesc<Boolean> | Class, ParameterizedType | |
933 | 963 | | DynamicConstantDesc<Byte> | Class, ParameterizedType | |
934 | 964 | | DynamicConstantDesc<Character> | Class, ParameterizedType | |
| 965 | +| DynamicConstantDesc<ClassOption> | Class, ParameterizedType | |
935 | 966 | | DynamicConstantDesc<E> | Class, ParameterizedType | |
936 | 967 | | DynamicConstantDesc<Short> | Class, ParameterizedType | |
937 | 968 | | DynamicConstantDesc<T> | Class, ParameterizedType | |
| 969 | +| DynamicConstantDesc<UnicodeScript> | Class, ParameterizedType | |
938 | 970 | | DynamicConstantDesc<VarHandle> | Class, ParameterizedType | |
939 | 971 | | E | TypeVariable | |
940 | 972 | | E[] | Array | |
|
949 | 981 | | Entry<? extends K,? extends V>[] | Array | |
950 | 982 | | Entry<?> | Class, ParameterizedType | |
951 | 983 | | Entry<?>[] | Array | |
| 984 | +| Entry<Identity,Entry<?>> | Class, ParameterizedType | |
| 985 | +| Entry<Identity,Entry<?>> | Interface, ParameterizedType | |
952 | 986 | | Entry<K,V> | Class, ParameterizedType | |
953 | 987 | | Entry<K,V> | Interface, ParameterizedType | |
954 | 988 | | Entry<K,V>[] | Array | |
|
1003 | 1037 | | EnumCompanionObject | Class | |
1004 | 1038 | | EnumDesc | Class, GenericType, ParameterizedType | |
1005 | 1039 | | EnumDesc<> | Class, RawType | |
| 1040 | +| EnumDesc<ClassOption> | Class, ParameterizedType | |
1006 | 1041 | | EnumDesc<E> | Class, ParameterizedType | |
| 1042 | +| EnumDesc<UnicodeScript> | Class, ParameterizedType | |
1007 | 1043 | | EnumSet | Class, GenericType, ParameterizedType | |
1008 | 1044 | | EnumSet<> | Class, RawType | |
1009 | 1045 | | EnumSet<E> | Class, ParameterizedType | |
|
1121 | 1157 | | Function1<Integer,Short> | Interface, ParameterizedType | |
1122 | 1158 | | Function1<Integer,T> | Interface, ParameterizedType | |
1123 | 1159 | | Function<> | Interface, RawType | |
| 1160 | +| Function<? super Identity,? extends Entry<?>> | Interface, ParameterizedType | |
1124 | 1161 | | Function<? super K,? extends U> | Interface, ParameterizedType | |
1125 | 1162 | | Function<? super K,? extends V> | Interface, ParameterizedType | |
1126 | 1163 | | Function<? super Object,? extends Object> | Interface, ParameterizedType | |
|
1135 | 1172 | | Function<? super T,? extends R> | Interface, ParameterizedType | |
1136 | 1173 | | Function<? super T,? extends Stream<? extends R>> | Interface, ParameterizedType | |
1137 | 1174 | | Function<? super T,? extends U> | Interface, ParameterizedType | |
| 1175 | +| Function<? super T,? extends V> | Interface, ParameterizedType | |
1138 | 1176 | | Function<? super V,? extends T> | Interface, ParameterizedType | |
1139 | 1177 | | Function<? super V,? extends U> | Interface, ParameterizedType | |
1140 | 1178 | | Function<A,R> | Interface, ParameterizedType | |
|
1157 | 1195 | | Function<T> | Interface, ParameterizedType | |
1158 | 1196 | | Function<V,Long> | Interface, ParameterizedType | |
1159 | 1197 | | Function<V,R> | Interface, ParameterizedType | |
| 1198 | +| Function<V,T> | Interface, ParameterizedType | |
1160 | 1199 | | Function<V,V> | Interface, ParameterizedType | |
1161 | 1200 | | Function<VM,VM> | Interface, ParameterizedType | |
1162 | 1201 | | Future | GenericType, Interface, ParameterizedType | |
|
1257 | 1296 | | Iterable<? extends Callable<T>> | Interface, ParameterizedType | |
1258 | 1297 | | Iterable<? extends Certificate> | Interface, ParameterizedType | |
1259 | 1298 | | Iterable<? extends E> | Interface, ParameterizedType | |
| 1299 | +| Iterable<? extends Entry<K,V>> | Interface, ParameterizedType | |
| 1300 | +| Iterable<? extends K> | Interface, ParameterizedType | |
1260 | 1301 | | Iterable<? extends OpenOption> | Interface, ParameterizedType | |
1261 | 1302 | | Iterable<? extends Principal> | Interface, ParameterizedType | |
| 1303 | +| Iterable<? extends V> | Interface, ParameterizedType | |
1262 | 1304 | | Iterable<? super ForkJoinTask<?>> | Interface, ParameterizedType | |
1263 | 1305 | | Iterable<?> | Interface, ParameterizedType | |
1264 | 1306 | | Iterable<Attribute> | Interface, ParameterizedType | |
|
1275 | 1317 | | Iterable<ConstantDesc> | Interface, ParameterizedType | |
1276 | 1318 | | Iterable<DateTimePrinterParser> | Interface, ParameterizedType | |
1277 | 1319 | | Iterable<E> | Interface, ParameterizedType | |
| 1320 | +| Iterable<Entry<?>> | Interface, ParameterizedType | |
| 1321 | +| Iterable<Entry<Identity,Entry<?>>> | Interface, ParameterizedType | |
1278 | 1322 | | Iterable<Entry<K,V>> | Interface, ParameterizedType | |
1279 | 1323 | | Iterable<Entry<Object,Object>> | Interface, ParameterizedType | |
1280 | 1324 | | Iterable<Era> | Interface, ParameterizedType | |
|
1283 | 1327 | | Iterable<FileStore> | Interface, ParameterizedType | |
1284 | 1328 | | Iterable<FileSystemProvider> | Interface, ParameterizedType | |
1285 | 1329 | | Iterable<Future<T>> | Interface, ParameterizedType | |
| 1330 | +| Iterable<Identity> | Interface, ParameterizedType | |
1286 | 1331 | | Iterable<Integer> | Interface, ParameterizedType | |
1287 | 1332 | | Iterable<InterfaceAddress> | Interface, ParameterizedType | |
1288 | 1333 | | Iterable<K> | Interface, ParameterizedType | |
|
1451 | 1496 | | ManagedBlocker | Interface | |
1452 | 1497 | | Map | GenericType, Interface, ParameterizedType | |
1453 | 1498 | | Map<> | Interface, RawType | |
| 1499 | +| Map<? extends Identity,? extends Entry<?>> | Interface, ParameterizedType | |
| 1500 | +| Map<? extends Identity,Entry<?>> | Interface, ParameterizedType | |
1454 | 1501 | | Map<? extends K,? extends V> | Interface, ParameterizedType | |
1455 | 1502 | | Map<? extends K,V> | Interface, ParameterizedType | |
| 1503 | +| Map<? extends Object,? extends Object> | Interface, ParameterizedType | |
| 1504 | +| Map<? extends Object,Object> | Interface, ParameterizedType | |
1456 | 1505 | | Map<? extends WeakReference<Class<?>>,?> | Interface, ParameterizedType | |
1457 | 1506 | | Map<?,?> | Interface, ParameterizedType | |
1458 | 1507 | | Map<Attribute,Object> | Interface, ParameterizedType | |
|
1621 | 1670 | | Optional<DynamicConstantDesc<Byte>> | Class, ParameterizedType | |
1622 | 1671 | | Optional<DynamicConstantDesc<Character>> | Class, ParameterizedType | |
1623 | 1672 | | Optional<DynamicConstantDesc<Short>> | Class, ParameterizedType | |
| 1673 | +| Optional<EnumDesc<ClassOption>> | Class, ParameterizedType | |
1624 | 1674 | | Optional<EnumDesc<E>> | Class, ParameterizedType | |
| 1675 | +| Optional<EnumDesc<UnicodeScript>> | Class, ParameterizedType | |
1625 | 1676 | | Optional<Float> | Class, ParameterizedType | |
1626 | 1677 | | Optional<InputStream> | Class, ParameterizedType | |
1627 | 1678 | | Optional<Integer> | Class, ParameterizedType | |
|
1677 | 1728 | | Predicate<? super E> | Interface, ParameterizedType | |
1678 | 1729 | | Predicate<? super Entry<K,V>> | Interface, ParameterizedType | |
1679 | 1730 | | Predicate<? super ForkJoinPool> | Interface, ParameterizedType | |
| 1731 | +| Predicate<? super K> | Interface, ParameterizedType | |
1680 | 1732 | | Predicate<? super T> | Interface, ParameterizedType | |
1681 | 1733 | | Predicate<? super V> | Interface, ParameterizedType | |
1682 | 1734 | | Predicate<Class<?>> | Interface, ParameterizedType | |
|
1735 | 1787 | | Reference<Version<T>> | Class, ParameterizedType | |
1736 | 1788 | | Reference<Version> | Class, ParameterizedType | |
1737 | 1789 | | ReferenceQueue | Class, GenericType, ParameterizedType | |
| 1790 | +| ReferenceQueue<? super Class<?>> | Class, ParameterizedType | |
| 1791 | +| ReferenceQueue<? super Cleaner> | Class, ParameterizedType | |
| 1792 | +| ReferenceQueue<? super Object> | Class, ParameterizedType | |
1738 | 1793 | | ReferenceQueue<? super T> | Class, ParameterizedType | |
| 1794 | +| ReferenceQueue<? super Version<T>> | Class, ParameterizedType | |
1739 | 1795 | | ReferenceQueue<Class<?>> | Class, ParameterizedType | |
1740 | 1796 | | ReferenceQueue<Object> | Class, ParameterizedType | |
1741 | 1797 | | ReflectionFactory | Class | |
|
1787 | 1843 | | Set<Chronology> | Interface, ParameterizedType | |
1788 | 1844 | | Set<ClassOption> | Interface, ParameterizedType | |
1789 | 1845 | | Set<E> | Interface, ParameterizedType | |
| 1846 | +| Set<Entry<Identity,Entry<?>>> | Interface, ParameterizedType | |
1790 | 1847 | | Set<Entry<K,V>> | Interface, ParameterizedType | |
1791 | 1848 | | Set<Entry<Object,Object>> | Interface, ParameterizedType | |
1792 | 1849 | | Set<Exports> | Interface, ParameterizedType | |
| 1850 | +| Set<Identity> | Interface, ParameterizedType | |
1793 | 1851 | | Set<K> | Interface, ParameterizedType | |
1794 | 1852 | | Set<Locale> | Interface, ParameterizedType | |
1795 | 1853 | | Set<Modifier> | Interface, ParameterizedType | |
|
1881 | 1939 | | Stream<Configuration> | Interface, ParameterizedType | |
1882 | 1940 | | Stream<Double> | Interface, ParameterizedType | |
1883 | 1941 | | Stream<E> | Interface, ParameterizedType | |
| 1942 | +| Stream<Entry<K,V>> | Interface, ParameterizedType | |
1884 | 1943 | | Stream<InetAddress> | Interface, ParameterizedType | |
1885 | 1944 | | Stream<Integer> | Interface, ParameterizedType | |
1886 | 1945 | | Stream<JumpableGenerator> | Interface, ParameterizedType | |
| 1946 | +| Stream<K> | Interface, ParameterizedType | |
1887 | 1947 | | Stream<LocalDate> | Interface, ParameterizedType | |
1888 | 1948 | | Stream<Long> | Interface, ParameterizedType | |
1889 | 1949 | | Stream<ModuleLayer> | Interface, ParameterizedType | |
|
1898 | 1958 | | Stream<T> | Interface, ParameterizedType | |
1899 | 1959 | | Stream<U> | Interface, ParameterizedType | |
1900 | 1960 | | Stream<URL> | Interface, ParameterizedType | |
| 1961 | +| Stream<V> | Interface, ParameterizedType | |
1901 | 1962 | | StreamableGenerator | Interface | |
1902 | 1963 | | String | Class | |
1903 | 1964 | | StringBuffer | Class | |
|
0 commit comments