in scala.collection.jcl
class ConcreteWrapper

abstract class ConcreteWrapper [A]
extends java.lang.Object
with scala.collection.jcl.CollectionWrapper[A]
with scala.ScalaObject
Describes wrappers around concrete underlying collections. The identity of the wrapper is related strictly to the Java collection being wrapped, which is structurally determined.
Author:
Sean McDirmid
Direct Known Subclasses:
TreeSet, LinkedList, LinkedHashSet, HashSet, ArrayList

Constructor Summary
def this

Val Summary
abstract val underlying : java.util.Collection

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

override def equals (that: scala.Any) : scala.Boolean

override def hashCode : scala.Int

override def toString : java.lang.String

Def inherited from scala.collection.jcl.CollectionWrapper[A]
add , addAll, elements, has, hasAll, super$addAll, super$elements, super$hasAll, underlying, underlying0
Constructor Detail
def this

Val Detail
abstract val underlying : java.util.Collection

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

override def equals (that: scala.Any): scala.Boolean

override def hashCode : scala.Int

override def toString : java.lang.String