|
Scala 2.4.0-RC1
|
abstract
trait
CollectionWrapper
[A]
extends
java.lang.Object
with
scala.collection.jcl.Collection[A]
with
scala.collection.jcl.IterableWrapper[A]
with
scala.ScalaObject
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
final
def
underlying0
: java.util.Collection