JVM_IR KT-40304 KT-41998 special handling for 'removeAt'
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
abstract class ALA : List<Any>
|
||||
|
||||
abstract class ALAN : List<Any?>
|
||||
|
||||
abstract class ALT<T> : List<T>
|
||||
|
||||
abstract class ALI : List<Int>
|
||||
|
||||
abstract class ALIN : List<Int?>
|
||||
|
||||
abstract class ALS : List<String>
|
||||
|
||||
abstract class ALSN : List<String?>
|
||||
@@ -0,0 +1,209 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class ALA {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALAN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALI {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int): boolean
|
||||
public method add(p0: int, p1: int): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: int): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: int): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: int): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): int
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: int): java.lang.Integer
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALIN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Integer): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Integer): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Integer
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Integer): java.lang.Integer
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALS {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.String
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALSN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.String
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALT {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
abstract class AJALA : java.util.AbstractList<Any>()
|
||||
|
||||
abstract class AJALAN : java.util.AbstractList<Any?>()
|
||||
|
||||
abstract class AJALT<T> : java.util.AbstractList<T>()
|
||||
|
||||
abstract class AJALI : java.util.AbstractList<Int>()
|
||||
|
||||
abstract class AJALIN : java.util.AbstractList<Int?>()
|
||||
|
||||
abstract class AJALS : java.util.AbstractList<String>()
|
||||
|
||||
abstract class AJALSN : java.util.AbstractList<String?>()
|
||||
+101
@@ -0,0 +1,101 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALA {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALAN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALI {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALIN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALS {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALSN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALT {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
+105
@@ -0,0 +1,105 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALA {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALAN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALI {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALIN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALS {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALSN {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AJALT {
|
||||
// source: 'abstractListsWithJavaBase.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
+200
@@ -0,0 +1,200 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class ALA {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method getSize(): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALAN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method getSize(): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALI {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int): boolean
|
||||
public method add(p0: int, p1: int): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: int): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: int): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: int): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: int): java.lang.Integer
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALIN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Integer): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Integer): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Integer): java.lang.Integer
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALS {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.String
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALSN {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.String
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ALT {
|
||||
// source: 'abstractLists.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method getSize(): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
abstract class AMLA : MutableList<Any>
|
||||
|
||||
abstract class AMLAN : MutableList<Any?>
|
||||
|
||||
abstract class AMLT<T> : MutableList<T>
|
||||
|
||||
abstract class AMLI : MutableList<Int>
|
||||
|
||||
abstract class AMLIN : MutableList<Int?>
|
||||
|
||||
abstract class AMLS : MutableList<String>
|
||||
|
||||
abstract class AMLSN : MutableList<String?>
|
||||
+131
@@ -0,0 +1,131 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLA {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLAN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLI {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: int): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: int): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: int): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLIN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLS {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method remove(p0: java.lang.String): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLSN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method remove(p0: java.lang.String): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLT {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
+119
@@ -0,0 +1,119 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLA {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLAN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLI {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: int): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: int): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: int): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): int
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLIN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public abstract method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLS {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method remove(p0: java.lang.String): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLSN {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method remove(p0: java.lang.String): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMLT {
|
||||
// source: 'abstractMutableLists.kt'
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public abstract method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
Reference in New Issue
Block a user