|
|
Scala 2.3.3
|
class
LinkedList
[A]
extends scala.collection.jcl.ConcreteWrapper[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.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 |
| Val Detail |
| Def Detail |
override
def
add
(idx: scala.Int, a: A): scala.Unit
override
def
elements
: scala.collection.jcl.BufferIterator[scala.Int, A]