scala.collection.jcl.SortedSet

class Filter

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

protected class Filter(pp : (A) => Boolean)
extends Filter with Projection[A]
Direct Known Subclasses:
SortedSet.Range

Method Summary
def compare (a0 : A, a1 : A) : Int
Comparison function that orders keys.
override def filter (p0 : (A) => Boolean) : Projection[A]
non-strict
override def p (a : A) : Boolean
Methods inherited from Projection
projection
Methods inherited from SortedSet
keySet, firstKey, subsetOf, hasAll, lastKey, rangeImpl
Methods inherited from Sorted
to
Methods inherited from Ranged
from, until, range
Methods inherited from Sorted
hasAll
Methods inherited from Filter
retainOnly, add
Methods inherited from Set
contains, ++, --, +, -, retain, isEmpty, clear, transform
Methods inherited from Set
update, +=, ++=, ++=, +, ++, incl, -=, --=, --=, -, --, excl, intersect, <<, clone, readOnly
Methods inherited from Set
apply, *, **, equals, hashCode, toArray, stringPrefix
Methods inherited from Function1
toString, compose, andThen
Methods inherited from Collection
addAll, -=, +=
Methods inherited from Filter
has, remove, elements, size
Methods inherited from Projection
map
Methods inherited from Projection
force, flatMap, takeWhile, append
Methods inherited from MutableIterable
removeAll, retainAll, size0
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 AnyRef
getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def p(a : A) : Boolean
Overrides
Filter.p

def compare(a0 : A, a1 : A) : Int
Comparison function that orders keys.

override def filter(p0 : (A) => Boolean) : Projection[A]
non-strict
Overrides
Projection.filter