Object removed from supertypes
This commit is contained in:
@@ -3,8 +3,7 @@ public open class ArrayList<erased E>(c : java.util.Collection<out E>) : java.ut
|
|||||||
java.util.List<E>,
|
java.util.List<E>,
|
||||||
java.util.RandomAccess,
|
java.util.RandomAccess,
|
||||||
java.lang.Cloneable,
|
java.lang.Cloneable,
|
||||||
java.io.Serializable,
|
java.io.Serializable {
|
||||||
java.lang.Object {
|
|
||||||
public this() {}
|
public this() {}
|
||||||
public this(initialCapacity : Int) {}
|
public this(initialCapacity : Int) {}
|
||||||
open public fun trimToSize() : Unit {}
|
open public fun trimToSize() : Unit {}
|
||||||
|
|||||||
@@ -18,3 +18,4 @@ public trait Set<erased E> : java.util.Collection<E> {
|
|||||||
// override fun equals(o : Any?) : Boolean
|
// override fun equals(o : Any?) : Boolean
|
||||||
// override fun hashCode() : Int
|
// override fun hashCode() : Int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user