Scala Library Documentation
|
|
protected
class
Range(from : Option[K], until : Option[K])
extends
Range with
SortedMapWrapper[K, E]Value Summary | |
val
|
underlying : SortedMap |
Method Summary | |
override def
|
compare
(k0 : K, k1 : K) : Int
the comparator function of this sorted map is defined in terms
of the underlying sorted map's comparator.
|
Methods inherited from SortedMapWrapper | |
first, last, keySet, Range |
Methods inherited from MapWrapper | |
size, isEmpty, clear, put, get, putAll, remove, contains, valueSet, elements, toString, hashCode, equals |
Methods inherited from Range | |
rangeImpl, projection |
Methods inherited from SortedMap | |
lense |
Methods inherited from Sorted | |
to |
Methods inherited from Ranged | |
from, until, range |
Methods inherited from Sorted | |
hasAll |
Methods inherited from Map | |
keys, has, update, +, +=, -, -= |
Methods inherited from Map | |
+=, ++=, ++=, +, ++, ++, -=, --=, --=, -, --, --, getOrElseUpdate, transform, retain, <<, clone, +=, incl, excl |
Methods inherited from Map | |
getOrElse, apply, isDefinedAt, values, default |
Methods inherited from PartialFunction | |
orElse, andThen |
Methods inherited from Function1 | |
compose |
Methods inherited from MutableIterable | |
remove, removeAll, --, -, retain, retainAll, size0 |
Methods inherited from Collection | |
toArray, stringPrefix |
Methods inherited from Iterable | |
concat, ++, map, flatMap, filter, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, addString, addString, copyToArray, hasDefiniteSize |
Methods inherited from AnyRef | |
getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
Scala Library Documentation
|
|