|
Scala Library Documentation
|
|
scala/collection/jcl/MapWrapper.scala]
class
ValueSet
extends IterableWrapper[E]| Value Summary | |
val
|
underlying : Collection |
| Method Summary | |
override def
|
has (e : E) : Boolean |
def
|
size
: Int
Returns the number of elements in this collection.
|
| Methods inherited from IterableWrapper | |
| remove, removeAll, retainAll, isEmpty, clear, elements |
| Methods inherited from MutableIterable | |
| --, -, retain, size0, projection |
| Methods inherited from Collection | |
| toArray, toString, stringPrefix |
| Methods inherited from Iterable | |
| concat, ++, map, flatMap, filter, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, addString, addString, copyToArray, hasDefiniteSize |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
size : Int
|
Scala Library Documentation
|
|