5
5
// ignore_for_file: camel_case_extensions
6
6
// ignore_for_file: camel_case_types
7
7
// ignore_for_file: constant_identifier_names
8
+ // ignore_for_file: comment_references
8
9
// ignore_for_file: doc_directive_unknown
9
10
// ignore_for_file: file_names
10
11
// ignore_for_file: inference_failure_on_untyped_parameter
@@ -782,7 +783,7 @@ class EmojiCompat$Config extends jni$_.JObject {
782
783
jni$_.JniResult Function (jni$_.Pointer <jni$_.Void >,
783
784
jni$_.JMethodIDPtr , int , jni$_.Pointer <jni$_.Void >)> ();
784
785
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)`
786
787
/// The returned object must be released after use, by calling the [release] method.
787
788
EmojiCompat$Config setUseEmojiAsDefaultStyle$1 (
788
789
bool z,
@@ -3737,7 +3738,7 @@ class DefaultEmojiCompatConfig$DefaultEmojiCompatConfigHelper
3737
3738
jni$_.Pointer <jni$_.Void >,
3738
3739
int )> ();
3739
3740
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)`
3741
3742
/// The returned object must be released after use, by calling the [release] method.
3742
3743
jni$_.JList <jni$_.JObject ?> queryIntentContentProviders (
3743
3744
jni$_.JObject packageManager,
@@ -3949,7 +3950,7 @@ class DefaultEmojiCompatConfig$DefaultEmojiCompatConfigHelper_API19
3949
3950
jni$_.Pointer <jni$_.Void >,
3950
3951
int )> ();
3951
3952
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)`
3953
3954
/// The returned object must be released after use, by calling the [release] method.
3954
3955
jni$_.JList <jni$_.JObject ?> queryIntentContentProviders (
3955
3956
jni$_.JObject packageManager,
@@ -5448,7 +5449,7 @@ class Build extends jni$_.JObject {
5448
5449
jni$_.JMethodIDPtr ,
5449
5450
)> ();
5450
5451
5451
- /// from: `static public java.util.List getFingerprintedPartitions()`
5452
+ /// from: `static public java.util.List<android.os.Build$Partition> getFingerprintedPartitions()`
5452
5453
/// The returned object must be released after use, by calling the [release] method.
5453
5454
static jni$_.JList <Build$Partition ?>? getFingerprintedPartitions () {
5454
5455
return _getFingerprintedPartitions (_class.reference.pointer,
@@ -5703,7 +5704,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
5703
5704
jni$_.JniResult Function (jni$_.Pointer <jni$_.Void >,
5704
5705
jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
5705
5706
5706
- /// from: `public void <init>(java.util.Map map)`
5707
+ /// from: `public void <init>(java.util.Map<? extends K, ? extends V> map)`
5707
5708
/// The returned object must be released after use, by calling the [release] method.
5708
5709
factory HashMap .new$3 (
5709
5710
jni$_.JMap <$K ?, $V ?>? map, {
@@ -5868,7 +5869,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
5868
5869
jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
5869
5870
jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
5870
5871
5871
- /// from: `public void putAll(java.util.Map map)`
5872
+ /// from: `public void putAll(java.util.Map<? extends K, ? extends V> map)`
5872
5873
void putAll (
5873
5874
jni$_.JMap <$K ?, $V ?>? map,
5874
5875
) {
@@ -5969,7 +5970,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
5969
5970
jni$_.JMethodIDPtr ,
5970
5971
)> ();
5971
5972
5972
- /// from: `public java.util.Set keySet()`
5973
+ /// from: `public java.util.Set<K> keySet()`
5973
5974
/// The returned object must be released after use, by calling the [release] method.
5974
5975
jni$_.JSet <$K ?>? keySet () {
5975
5976
return _keySet (reference.pointer, _id_keySet as jni$_.JMethodIDPtr )
@@ -5993,7 +5994,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
5993
5994
jni$_.JMethodIDPtr ,
5994
5995
)> ();
5995
5996
5996
- /// from: `public java.util.Collection values()`
5997
+ /// from: `public java.util.Collection<V> values()`
5997
5998
/// The returned object must be released after use, by calling the [release] method.
5998
5999
jni$_.JObject ? values () {
5999
6000
return _values (reference.pointer, _id_values as jni$_.JMethodIDPtr )
@@ -6017,7 +6018,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6017
6018
jni$_.JMethodIDPtr ,
6018
6019
)> ();
6019
6020
6020
- /// from: `public java.util.Set entrySet()`
6021
+ /// from: `public java.util.Set<java.util.Map$Entry<K, V>> entrySet()`
6021
6022
/// The returned object must be released after use, by calling the [release] method.
6022
6023
jni$_.JSet <jni$_.JObject ?>? entrySet () {
6023
6024
return _entrySet (reference.pointer, _id_entrySet as jni$_.JMethodIDPtr )
@@ -6231,7 +6232,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6231
6232
jni$_.Pointer <jni$_.Void >,
6232
6233
jni$_.Pointer <jni$_.Void >)> ();
6233
6234
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)`
6235
6236
/// The returned object must be released after use, by calling the [release] method.
6236
6237
$V ? computeIfAbsent (
6237
6238
$K ? object,
@@ -6269,7 +6270,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6269
6270
jni$_.Pointer <jni$_.Void >,
6270
6271
jni$_.Pointer <jni$_.Void >)> ();
6271
6272
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)`
6273
6274
/// The returned object must be released after use, by calling the [release] method.
6274
6275
$V ? computeIfPresent (
6275
6276
$K ? object,
@@ -6307,7 +6308,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6307
6308
jni$_.Pointer <jni$_.Void >,
6308
6309
jni$_.Pointer <jni$_.Void >)> ();
6309
6310
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)`
6311
6312
/// The returned object must be released after use, by calling the [release] method.
6312
6313
$V ? compute (
6313
6314
$K ? object,
@@ -6344,7 +6345,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6344
6345
jni$_.Pointer <jni$_.Void >,
6345
6346
jni$_.Pointer <jni$_.Void >)> ();
6346
6347
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)`
6348
6349
/// The returned object must be released after use, by calling the [release] method.
6349
6350
$V ? merge (
6350
6351
$K ? object,
@@ -6375,7 +6376,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6375
6376
jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
6376
6377
jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
6377
6378
6378
- /// from: `public void forEach(java.util.function.BiConsumer biConsumer)`
6379
+ /// from: `public void forEach(java.util.function.BiConsumer<? super K, ? super V> biConsumer)`
6379
6380
void forEach (
6380
6381
jni$_.JObject ? biConsumer,
6381
6382
) {
@@ -6401,7 +6402,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6401
6402
jni$_.JThrowablePtr Function (jni$_.Pointer <jni$_.Void >,
6402
6403
jni$_.JMethodIDPtr , jni$_.Pointer <jni$_.Void >)> ();
6403
6404
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)`
6405
6406
void replaceAll (
6406
6407
jni$_.JObject ? biFunction,
6407
6408
) {
@@ -6449,7 +6450,7 @@ class HashMap<$K extends jni$_.JObject?, $V extends jni$_.JObject?>
6449
6450
jni$_.JniResult Function (
6450
6451
jni$_.Pointer <jni$_.Void >, jni$_.JMethodIDPtr , int )> ();
6451
6452
6452
- /// from: `static public java.util.HashMap newHashMap(int i)`
6453
+ /// from: `static public java.util.HashMap<K, V> newHashMap(int i)`
6453
6454
/// The returned object must be released after use, by calling the [release] method.
6454
6455
static HashMap <$K ?, $V ?>?
6455
6456
newHashMap< $K extends jni$_.JObject ? , $V extends jni$_.JObject ? > (
0 commit comments