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:
TreeSet, SetWrapper, LinkedList, LinkedHashSet, HashSet, BufferWrapper, ArrayList

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 equals (that: scala.Any) : scala.Boolean

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

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

override def hashCode : scala.Int

override def toString : java.lang.String

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 equals (that: scala.Any): scala.Boolean

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

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

override def hashCode : scala.Int

override def toString : java.lang.String

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