78 lines
3.4 KiB
Plaintext
Vendored
78 lines
3.4 KiB
Plaintext
Vendored
public final class A1 {
|
|
public method <init>(): void
|
|
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public synthetic method add(p0: java.lang.Object): boolean
|
|
public method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public final method contains(p0: java.lang.Object): boolean
|
|
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public method getSize(): int
|
|
public method isEmpty(): boolean
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
public method remove(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public final method remove(p0: java.lang.Object): boolean
|
|
public method removeAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public method retainAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public final method size(): int
|
|
public method toArray(): java.lang.Object[]
|
|
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
|
}
|
|
|
|
|
|
public final class A2 {
|
|
public method <init>(): void
|
|
public final method contains(p0: java.lang.Object): boolean
|
|
public method contains(p0: java.lang.String): boolean
|
|
public method getSize(): int
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
public final method remove(p0: java.lang.Object): boolean
|
|
public method remove(p0: java.lang.String): boolean
|
|
public final method size(): int
|
|
}
|
|
|
|
|
|
public final class A3 {
|
|
public method <init>(): void
|
|
public final method contains(p0: java.lang.Object): boolean
|
|
public method contains(p0: java.lang.String): boolean
|
|
public method getSize(): int
|
|
public final method indexOf(p0: java.lang.Object): int
|
|
public method indexOf(p0: java.lang.String): int
|
|
public final method lastIndexOf(p0: java.lang.Object): int
|
|
public method lastIndexOf(p0: java.lang.String): int
|
|
public final method remove(p0: int): java.lang.String
|
|
public final method remove(p0: java.lang.Object): boolean
|
|
public method remove(p0: java.lang.String): boolean
|
|
public method removeAt(p0: int): java.lang.String
|
|
public final method size(): int
|
|
}
|
|
|
|
|
|
public final class A4 {
|
|
public method <init>(): void
|
|
public final method contains(p0: java.lang.Object): boolean
|
|
public method contains(p0: java.lang.String): boolean
|
|
public method getSize(): int
|
|
public final method indexOf(p0: java.lang.Object): int
|
|
public method indexOf(p0: java.lang.String): int
|
|
public final method lastIndexOf(p0: java.lang.Object): int
|
|
public method lastIndexOf(p0: java.lang.String): int
|
|
public final method remove(p0: int): java.lang.String
|
|
public final method remove(p0: java.lang.Object): boolean
|
|
public method remove(p0: java.lang.String): boolean
|
|
public method removeAt(p0: int): java.lang.String
|
|
public final method size(): int
|
|
}
|
|
|
|
|
|
public final class CollectionImplKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method check56(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
|
}
|
|
|
|
|
|
public interface Sized {
|
|
public abstract method getSize(): int
|
|
}
|