in scala.collection.jcl
trait BufferWrapper

abstract trait BufferWrapper [A]
extends java.lang.Object
with scala.collection.jcl.Buffer[A]
with scala.collection.jcl.CollectionWrapper[A]
with scala.ScalaObject
Wraps Java lists.
Author:
Sean McDirmid
Direct Known Subclasses:
Range, LinkedList, Range, Range, ArrayList

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, has, hasAll, super$addAll, super$elements, super$hasAll, 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 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