in scala.collection.jcl
trait CollectionWrapper

abstract trait CollectionWrapper [A]
extends java.lang.Object
with scala.collection.jcl.Collection[A]
with scala.collection.jcl.IterableWrapper[A]
with scala.ScalaObject
Used to wrap Java collections in Scala.
Author:
Sean McDirmid
Direct Known Subclasses:
SetWrapper, ConcreteWrapper, BufferWrapper

Def Summary
override def add (a: A) : scala.Boolean

override def addAll (that: scala.Iterable[A]) : scala.Boolean

override def elements : scala.collection.jcl.MutableIterator[A]

override def has (a: A) : scala.Boolean

override def hasAll (that: scala.Iterable[A]) : scala.Boolean

abstract protected def underlying : java.util.Collection
Override to specify the collection being accessed through this wrapper. * Collection operations are then routed through the wrapped Java collection.
final def underlying0 : java.util.Collection

Def inherited from scala.collection.jcl.Collection[A]
+ , ++, +=, -=, add, addAll, hasAll, pfilter, transform
Def inherited from scala.collection.jcl.IterableWrapper[A]
clear , elements, isEmpty, remove, removeAll, retainAll, size, super$removeAll, super$retainAll, underlying
Def Detail
override def add (a: A): scala.Boolean

override def addAll (that: scala.Iterable[A]): scala.Boolean

override def elements : scala.collection.jcl.MutableIterator[A]

override def has (a: A): scala.Boolean

override def hasAll (that: scala.Iterable[A]): scala.Boolean

abstract protected def underlying : java.util.Collection
Override to specify the collection being accessed through this wrapper. * Collection operations are then routed through the wrapped Java collection.

final def underlying0 : java.util.Collection