mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
18 lines
1.0 KiB
Plaintext
Vendored
18 lines
1.0 KiB
Plaintext
Vendored
public final class InlineMutableIterable {
|
|
// source: 'mutableIterable.kt'
|
|
private final field it: java.lang.Iterable
|
|
private synthetic method <init>(p0: java.lang.Iterable): void
|
|
public synthetic final static method box-impl(p0: java.lang.Iterable): InlineMutableIterable
|
|
public static method constructor-impl(p0: java.lang.Iterable): java.lang.Iterable
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public static method equals-impl(p0: java.lang.Iterable, p1: java.lang.Object): boolean
|
|
public final static method equals-impl0(p0: java.lang.Iterable, p1: java.lang.Iterable): boolean
|
|
public method hashCode(): int
|
|
public static method hashCode-impl(p0: java.lang.Iterable): int
|
|
public method iterator(): java.util.Iterator
|
|
public static method iterator-impl(p0: java.lang.Iterable): java.util.Iterator
|
|
public method toString(): java.lang.String
|
|
public static method toString-impl(p0: java.lang.Iterable): java.lang.String
|
|
public synthetic final method unbox-impl(): java.lang.Iterable
|
|
}
|