|
Scala Library
|
|
trait
CloneableCollection
extends AnyRef| Method Summary | |
override def
|
clone
: AnyRef
This method creates and returns a copy of the receiver object.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
clone : AnyRef
The default implementation of the clone method is platform dependent.
|
Scala Library
|
|