scala.collection.mutable

object LinkedList

[source: scala/collection/mutable/LinkedList.scala]

object LinkedList
extends SeqFactory[LinkedList]
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[LinkedList, A, LinkedList[A]]
override def empty [A] : LinkedList[A]
The empty iterable of type CC.
def newBuilder [A] : Builder[A, LinkedList[A]]
Methods inherited from SeqFactory
unapplySeq
Methods inherited from TraversableFactory
concat, fill, fill, fill, fill, fill, tabulate, tabulate, tabulate, tabulate, tabulate, range, range, iterate
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
override def empty[A] : LinkedList[A]
The empty iterable of type CC.

implicit def canBuildFrom[A] : CanBuildFrom[LinkedList, A, LinkedList[A]]

def newBuilder[A] : Builder[A, LinkedList[A]]