|
Scala 2.3.3.10048
|
class
ArrayList
[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.ArrayList)
|
Val Summary | |
override
|
val
underlying
: java.util.ArrayList
|
Def Summary | |
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 |