in scala.collection.jcl
class LinkedList

class LinkedList [A]
extends scala.collection.jcl.ConcreteWrapper[A]
with scala.collection.jcl.BufferWrapper[A]
with scala.ScalaObject
Creates a buffer backed by a Java linked list. Includes additional peek/poll/removeFirst/removeLast APIs that are useful in implementing queues and stacks.
Author:
Sean McDirmid

Constructor Summary
def this

def this (underlying: java.util.LinkedList)

Val Summary
override val underlying : java.util.LinkedList

Def Summary
override def add (idx: scala.Int, a: A) : scala.Unit

override def elements : scala.collection.jcl.BufferIterator[scala.Int, A]

Def inherited from scala.collection.jcl.ConcreteWrapper[A]
elements , equals, hashCode, toString
Def inherited from scala.collection.jcl.BufferWrapper[A]
add , add, addAll, apply, elements, indexOf, rangeImpl, remove, set, super$addAll, underlying
Constructor Detail
def this

def this (underlying: java.util.LinkedList)

Val Detail
override val underlying : java.util.LinkedList

Def Detail
override def add (idx: scala.Int, a: A): scala.Unit

override def elements : scala.collection.jcl.BufferIterator[scala.Int, A]