|
Scala 2.3.3.10048
|
abstract
trait
BufferWrapper
[A]
extends
java.lang.Object
with
scala.collection.jcl.Buffer[A]
with
scala.collection.jcl.CollectionWrapper[A]
with
scala.ScalaObject
Class Summary | |
class
IteratorWrapper
|
|
protected
|
class
Range
|
Def Summary | |
override
|
def
add
(a: A)
: scala.Boolean
|
override
|
def
add
(idx: scala.Int, a: A)
: scala.Unit
|
override
|
def
addAll
(idx: scala.Int, that: scala.Iterable[A])
: scala.Unit
|
override
|
def
apply
(idx: scala.Int)
: A
|
override
|
def
elements
: scala.collection.jcl.BufferIterator[scala.Int, A]
|
override
|
def
indexOf
(a: A)
: scala.Option[scala.Int]
|
override
|
def
rangeImpl
(from: scala.Option[scala.Int], until: scala.Option[scala.Int])
: scala.collection.jcl.Buffer[A]
|
override
|
def
remove
(idx: scala.Int)
: A
|
override
|
def
set
(idx: scala.Int, a: A)
: A
|
abstract protected
|
def
underlying
: java.util.List
|
Def inherited from scala.collection.jcl.Buffer[A] | |
+ , -=, add, add, addAll, compare, elements, first, isEmpty, last, pfilter, rangeImpl, remove, set, transform, update |
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 Detail |
override
def
add
(a: A): scala.Boolean
override
def
add
(idx: scala.Int, a: A): scala.Unit
override
def
addAll
(idx: scala.Int, that: scala.Iterable[A]): scala.Unit
override
def
elements
: scala.collection.jcl.BufferIterator[scala.Int, A]
override
def
indexOf
(a: A): scala.Option[scala.Int]
override
def
rangeImpl
(from: scala.Option[scala.Int], until: scala.Option[scala.Int]): scala.collection.jcl.Buffer[A]
abstract protected
def
underlying
: java.util.List