|
|
Scala 2.4.0-final
|
class
LinkedList
[A]
extends java.lang.Object
with scala.collection.jcl.CollectionWrapper[A]
with scala.collection.jcl.BufferWrapper[A]
with scala.ScalaObject
| 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 |
| Val Detail |
| Def Detail |
override
def
add
(idx: scala.Int, a: A): scala.Unit
override
def
elements
: scala.collection.jcl.BufferIterator[scala.Int, A]