scala.collection.jcl.MapWrapper

class KeySet

[source: scala/collection/jcl/MapWrapper.scala]

class KeySet
extends KeySet with SetWrapper[K] with Projection[K]
Value Summary
val underlying : java.util.Set[K]
Override to specify the collection being accessed through this wrapper. * Collection operations are then routed through the wrapped Java collection.
Methods inherited from Projection
filter, projection
Methods inherited from Projection
map
Methods inherited from Projection
force, flatMap, takeWhile, append
Methods inherited from SetWrapper
isEmpty, clear, size
Methods inherited from CollectionWrapper
has, elements, hasAll, add, addAll, toString, hashCode, equals
Methods inherited from IterableWrapper
remove, removeAll, retainAll
Methods inherited from Set
contains, ++, --, +, -, retain, subsetOf, transform
Methods inherited from Collection
-=, +=
Methods inherited from MutableIterable
retainOnly, size0
Methods inherited from Set
update, +=, ++=, ++=, +, ++, incl, -=, --=, --=, -, --, excl, intersect, <<, clone, readOnly
Methods inherited from Set
apply, *, **, toArray, stringPrefix
Methods inherited from Iterable
concat, ++, partition, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toSeq, toStream, mkString, mkString, mkString, addString, addString, addString, copyToArray, hasDefiniteSize
Methods inherited from Function1
compose, andThen
Methods inherited from AnyRef
getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val underlying : java.util.Set[K]
Override to specify the collection being accessed through this wrapper. * Collection operations are then routed through the wrapped Java collection.
Overrides
SetWrapper.underlying