in scala.collection.jcl
class LinkedList

class LinkedList [A]
extends java.lang.Object
with scala.collection.jcl.CollectionWrapper[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.CollectionWrapper[A]
add , addAll, elements, equals, has, hasAll, hashCode, super$addAll, super$elements, super$hasAll, super=uals, toString, underlying, underlying0
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]