|
Scala Library
|
|
scala/CollectionProxy.scala]
trait
CollectionProxy[+A]
extends Collection[A] with IterableProxy[A]| Method Summary | |
abstract def
|
self : Collection[A] |
override def
|
size
: Int
Returns the number of elements in this collection.
|
override def
|
toArray
[B >: A] : Array[B]
Converts this iterable to a fresh Array with elements.
|
| Methods inherited from IterableProxy | |
| elements, concat, ++, map, flatMap, filter, partition, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toSeq, toStream, mkString, mkString, mkString, addString, addString, addString, copyToArray, isEmpty, projection, hasDefiniteSize |
| Methods inherited from Proxy | |
| hashCode, equals, toString |
| Methods inherited from Collection | |
| stringPrefix |
| Methods inherited from AnyRef | |
| getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
self : Collection[A]
override
def
size : Int
|
Scala Library
|
|