Scala Library
|
|
object
LinkedHashSet
extends
SetFactory[LinkedHashSet]Method Summary | |
implicit def
|
canBuildFrom [A] : CanBuildFrom[LinkedHashSet, A, LinkedHashSet[A]] |
override def
|
empty
[A] : LinkedHashSet[A]
The empty iterable of type
CC . |
Methods inherited from SetFactory | |
newBuilder, setCanBuildFrom |
Methods inherited from GenericCompanion | |
apply |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
implicit
def
canBuildFrom[A] : CanBuildFrom[LinkedHashSet, A, LinkedHashSet[A]]
override
def
empty[A] : LinkedHashSet[A]
CC
.
Scala Library
|
|