55// ignore_for_file: camel_case_extensions
66// ignore_for_file: camel_case_types
77// ignore_for_file: constant_identifier_names
8+ // ignore_for_file: comment_references
89// ignore_for_file: doc_directive_unknown
910// ignore_for_file: file_names
1011// ignore_for_file: inference_failure_on_untyped_parameter
@@ -782,7 +783,7 @@ class EmojiCompat$Config extends jni$_.JObject {
782783 jni$_.JniResult Function (jni$_.Pointer <jni$_.Void >,
783784 jni$_.JMethodIDPtr , int , jni$_.Pointer <jni$_.Void >)> ();
784785
785- /// from: `public androidx.emoji2.text.EmojiCompat$Config setUseEmojiAsDefaultStyle(boolean z, java.util.List list)`
786+ /// from: `public androidx.emoji2.text.EmojiCompat$Config setUseEmojiAsDefaultStyle(boolean z, java.util.List<java.lang.Integer> list)`
786787 /// The returned object must be released after use, by calling the [release] method.
787788 EmojiCompat$Config setUseEmojiAsDefaultStyle$1 (
788789 bool z,
@@ -3737,7 +3738,7 @@ class DefaultEmojiCompatConfig$DefaultEmojiCompatConfigHelper
37373738 jni$_.Pointer <jni$_.Void >,
37383739 int )> ();
37393740
3740- /// from: `public java.util.List queryIntentContentProviders(android.content.pm.PackageManager packageManager, android.content.Intent intent, int i)`
3741+ /// from: `public java.util.List<android.content.pm.ResolveInfo> queryIntentContentProviders(android.content.pm.PackageManager packageManager, android.content.Intent intent, int i)`
37413742 /// The returned object must be released after use, by calling the [release] method.
37423743 jni$_.JList <jni$_.JObject ?> queryIntentContentProviders (
37433744 jni$_.JObject packageManager,
@@ -3949,7 +3950,7 @@ class DefaultEmojiCompatConfig$DefaultEmojiCompatConfigHelper_API19
39493950 jni$_.Pointer <jni$_.Void >,
39503951 int )> ();
39513952
3952- /// from: `public java.util.List queryIntentContentProviders(android.content.pm.PackageManager packageManager, android.content.Intent intent, int i)`
3953+ /// from: `public java.util.List<android.content.pm.ResolveInfo> queryIntentContentProviders(android.content.pm.PackageManager packageManager, android.content.Intent intent, int i)`
39533954 /// The returned object must be released after use, by calling the [release] method.
39543955 jni$_.JList <jni$_.JObject ?> queryIntentContentProviders (
39553956 jni$_.JObject packageManager,
@@ -5448,7 +5449,7 @@ class Build extends jni$_.JObject {
54485449 jni$_.JMethodIDPtr ,
54495450 )> ();
54505451
5451- /// from: `static public java.util.List getFingerprintedPartitions()`
5452+ /// from: `static public java.util.List<android.os.Build$Partition> getFingerprintedPartitions()`
54525453 /// The returned object must be released after use, by calling the [release] method.
54535454 static jni$_.JList <Build$Partition ?>? getFingerprintedPartitions () {
54545455 return _getFingerprintedPartitions (_class.reference.pointer,
@@ -5703,7 +5704,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
57035704 jni$_.JniResult Function (jni$_.Pointer <jni$_.Void >,
57045705 jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
57055706
5706- /// from: `public void <init>(java.util.Map map)`
5707+ /// from: `public void <init>(java.util.Map<? extends K, ? extends V> map)`
57075708 /// The returned object must be released after use, by calling the [release] method.
57085709 factory HashMap .new$3 (
57095710 jni$_.JMap <$K ?, $V ?>? map, {
@@ -5868,7 +5869,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
58685869 jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
58695870 jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
58705871
5871- /// from: `public void putAll(java.util.Map map)`
5872+ /// from: `public void putAll(java.util.Map<? extends K, ? extends V> map)`
58725873 void putAll (
58735874 jni$_.JMap <$K ?, $V ?>? map,
58745875 ) {
@@ -5969,7 +5970,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
59695970 jni$_.JMethodIDPtr ,
59705971 )> ();
59715972
5972- /// from: `public java.util.Set keySet()`
5973+ /// from: `public java.util.Set<K> keySet()`
59735974 /// The returned object must be released after use, by calling the [release] method.
59745975 jni$_.JSet <$K ?>? keySet () {
59755976 return _keySet (reference.pointer, _id_keySet as jni$_.JMethodIDPtr )
@@ -5993,7 +5994,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
59935994 jni$_.JMethodIDPtr ,
59945995 )> ();
59955996
5996- /// from: `public java.util.Collection values()`
5997+ /// from: `public java.util.Collection<V> values()`
59975998 /// The returned object must be released after use, by calling the [release] method.
59985999 jni$_.JObject ? values () {
59996000 return _values (reference.pointer, _id_values as jni$_.JMethodIDPtr )
@@ -6017,7 +6018,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
60176018 jni$_.JMethodIDPtr ,
60186019 )> ();
60196020
6020- /// from: `public java.util.Set entrySet()`
6021+ /// from: `public java.util.Set<java.util.Map$Entry<K, V>> entrySet()`
60216022 /// The returned object must be released after use, by calling the [release] method.
60226023 jni$_.JSet <jni$_.JObject ?>? entrySet () {
60236024 return _entrySet (reference.pointer, _id_entrySet as jni$_.JMethodIDPtr )
@@ -6231,7 +6232,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
62316232 jni$_.Pointer <jni$_.Void >,
62326233 jni$_.Pointer <jni$_.Void >)> ();
62336234
6234- /// from: `public V computeIfAbsent(K object, java.util.function.Function function)`
6235+ /// from: `public V computeIfAbsent(K object, java.util.function.Function<? super K, ? extends V> function)`
62356236 /// The returned object must be released after use, by calling the [release] method.
62366237 $V ? computeIfAbsent (
62376238 $K ? object,
@@ -6269,7 +6270,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
62696270 jni$_.Pointer <jni$_.Void >,
62706271 jni$_.Pointer <jni$_.Void >)> ();
62716272
6272- /// from: `public V computeIfPresent(K object, java.util.function.BiFunction biFunction)`
6273+ /// from: `public V computeIfPresent(K object, java.util.function.BiFunction<? super K, ? super V, ? extends V> biFunction)`
62736274 /// The returned object must be released after use, by calling the [release] method.
62746275 $V ? computeIfPresent (
62756276 $K ? object,
@@ -6307,7 +6308,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
63076308 jni$_.Pointer <jni$_.Void >,
63086309 jni$_.Pointer <jni$_.Void >)> ();
63096310
6310- /// from: `public V compute(K object, java.util.function.BiFunction biFunction)`
6311+ /// from: `public V compute(K object, java.util.function.BiFunction<? super K, ? super V, ? extends V> biFunction)`
63116312 /// The returned object must be released after use, by calling the [release] method.
63126313 $V ? compute (
63136314 $K ? object,
@@ -6344,7 +6345,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
63446345 jni$_.Pointer <jni$_.Void >,
63456346 jni$_.Pointer <jni$_.Void >)> ();
63466347
6347- /// from: `public V merge(K object, V object1, java.util.function.BiFunction biFunction)`
6348+ /// from: `public V merge(K object, V object1, java.util.function.BiFunction<? super V, ? super V, ? extends V> biFunction)`
63486349 /// The returned object must be released after use, by calling the [release] method.
63496350 $V ? merge (
63506351 $K ? object,
@@ -6375,7 +6376,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
63756376 jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
63766377 jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
63776378
6378- /// from: `public void forEach(java.util.function.BiConsumer biConsumer)`
6379+ /// from: `public void forEach(java.util.function.BiConsumer<? super K, ? super V> biConsumer)`
63796380 void forEach (
63806381 jni$_.JObject ? biConsumer,
63816382 ) {
@@ -6401,7 +6402,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
64016402 jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
64026403 jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
64036404
6404- /// from: `public void replaceAll(java.util.function.BiFunction biFunction)`
6405+ /// from: `public void replaceAll(java.util.function.BiFunction<? super K, ? super V, ? extends V> biFunction)`
64056406 void replaceAll (
64066407 jni$_.JObject ? biFunction,
64076408 ) {
@@ -6449,7 +6450,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
64496450 jni$_.JniResult Function (
64506451 jni$_.Pointer <jni$_.Void >, jni$_.JMethodIDPtr , int )> ();
64516452
6452- /// from: `static public java.util.HashMap newHashMap(int i)`
6453+ /// from: `static public java.util.HashMap<K, V> newHashMap(int i)`
64536454 /// The returned object must be released after use, by calling the [release] method.
64546455 static HashMap <$K ?, $V ?>?
64556456 newHashMap< $K extends jni$_.JObject ? , $V extends jni$_.JObject ? > (
0 commit comments