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.RandomAccess,
|
||||
java.lang.Cloneable,
|
||||
java.io.Serializable,
|
||||
java.lang.Object {
|
||||
java.io.Serializable {
|
||||
public this() {}
|
||||
public this(initialCapacity : Int) {}
|
||||
open public fun trimToSize() : Unit {}
|
||||
|
||||
@@ -17,4 +17,5 @@ public trait Set<erased E> : java.util.Collection<E> {
|
||||
override fun clear() : Unit
|
||||
// override fun equals(o : Any?) : Boolean
|
||||
// override fun hashCode() : Int
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user