Scala Standard Library 2.13.1 - scala.collection.SortedMapOps.KeySortedSet (original) (raw)
class KeySortedSet extends SortedSet[K] with GenKeySet with GenKeySortedSet
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeySortedSet
- GenKeySortedSet
- GenKeySet
- SortedSet
- SortedSetFactoryDefaults
- SortedSetOps
- SortedOps
- Set
- Equals
- SetOps
- Function1
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
Implicitly
by iterableOnceExtensionMethods
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeySortedSet()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def &(that: Set[K]): SortedSet[K]
- final def &~(that: Set[K]): SortedSet[K]
- final def ++(that: IterableOnce[K]): SortedSet[K]
- final def ++[B >: K](suffix: IterableOnce[B]): Set[B]
- def ->[B](y: B): (KeySortedSet, B)
- final def ==(arg0: Any): Boolean
- final def addString(b: mutable.StringBuilder): mutable.StringBuilder
- final def addString(b: mutable.StringBuilder, sep: String): mutable.StringBuilder
- def addString(b: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
- def andThen[A](g: (Boolean) => A): (K) => A
- final def apply(elem: K): Boolean
- final def asInstanceOf[T0]: T0
- def canEqual(that: Any): Boolean
- def className: String
- def clone(): AnyRef
- final def coll: KeySortedSet.this.type
- def collect[B](pf: PartialFunction[K, B])(implicit ev: Ordering[B]): SortedSet[B]
- def collect[B](pf: PartialFunction[K, B]): Set[B]
- def collectFirst[B](pf: PartialFunction[K, B]): Option[B]
- def compose[A](g: (A) => K): (A) => Boolean
- def concat(that: IterableOnce[K]): SortedSet[K]
- def concat[B >: K](suffix: IterableOnce[B]): Set[B]
- def contains(key: K): Boolean
- def copyToArray[B >: K](xs: Array[B], start: Int, len: Int): Int
- def copyToArray[B >: K](xs: Array[B], start: Int): Int
- def copyToArray[B >: K](xs: Array[B]): Int
- def corresponds[B](that: IterableOnce[B])(p: (K, B) => Boolean): Boolean
- def count(p: (K) => Boolean): Int
- def diff(that: Set[K]): SortedSet[K]
- def drop(n: Int): SortedSet[K]
- def dropRight(n: Int): SortedSet[K]
- def dropWhile(p: (K) => Boolean): SortedSet[K]
- def empty: SortedSet[K]
- def ensuring(cond: (KeySortedSet) => Boolean, msg: => Any): KeySortedSet
- def ensuring(cond: (KeySortedSet) => Boolean): KeySortedSet
- def ensuring(cond: Boolean, msg: => Any): KeySortedSet
- def ensuring(cond: Boolean): KeySortedSet
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: (K) => Boolean): Boolean
- def filter(pred: (K) => Boolean): SortedSet[K]
- def filterNot(pred: (K) => Boolean): SortedSet[K]
- def finalize(): Unit
- def find(p: (K) => Boolean): Option[K]
- def firstKey: K
- def flatMap[B](f: (K) => IterableOnce[B])(implicit ev: Ordering[B]): SortedSet[B]
- def flatMap[B](f: (K) => IterableOnce[B]): Set[B]
- def flatten[B](implicit asIterable: (K) => IterableOnce[B]): Set[B]
- def fold[A1 >: K](z: A1)(op: (A1, A1) => A1): A1
- def foldLeft[B](z: B)(op: (B, K) => B): B
- def foldRight[B](z: B)(op: (K, B) => B): B
- def forall(p: (K) => Boolean): Boolean
- def foreach[U](f: (K) => U): Unit
- def formatted(fmtstr: String): String
- def fromSpecific(coll: IterableOnce[K]): SortedSet[K]
- final def getClass(): Class[_ <: AnyRef]
- def groupBy[K](f: (K) => K): immutable.Map[K, SortedSet[K]]
- def groupMap[K, B](key: (K) => K)(f: (K) => B): immutable.Map[K, Set[B]]
- def groupMapReduce[K, B](key: (K) => K)(f: (K) => B)(reduce: (B, B) => B): immutable.Map[K, B]
- def grouped(size: Int): Iterator[SortedSet[K]]
- def hashCode(): Int
- def head: K
- def headOption: Option[K]
- def init: SortedSet[K]
- def inits: Iterator[SortedSet[K]]
- def intersect(that: Set[K]): SortedSet[K]
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isTraversableAgain: Boolean
- def iterableFactory: IterableFactory[Set]
- def iterator: Iterator[K]
- def iteratorFrom(start: K): Iterator[K]
- def knownSize: Int
- def last: K
- def lastKey: K
- def lastOption: Option[K]
- def lazyZip[B](that: Iterable[B]): LazyZip2[K, B, KeySortedSet.this.type]
- def map[B](f: (K) => B)(implicit ev: Ordering[B]): SortedSet[B]
- def map[B](f: (K) => B): Set[B]
- def max[B >: K](implicit ord: Ordering[B]): K
- def maxBefore(key: K): Option[K]
- def maxBy[B](f: (K) => B)(implicit cmp: math.Ordering[B]): K
- def maxByOption[B](f: (K) => B)(implicit cmp: math.Ordering[B]): Option[K]
- def maxOption[B >: K](implicit ord: math.Ordering[B]): Option[K]
- def min[B >: K](implicit ord: Ordering[B]): K
- def minAfter(key: K): Option[K]
- def minBy[B](f: (K) => B)(implicit cmp: math.Ordering[B]): K
- def minByOption[B](f: (K) => B)(implicit cmp: math.Ordering[B]): Option[K]
- def minOption[B >: K](implicit ord: math.Ordering[B]): Option[K]
- final def mkString: String
- final def mkString(sep: String): String
- final def mkString(start: String, sep: String, end: String): String
- final def ne(arg0: AnyRef): Boolean
- def newSpecificBuilder: Builder[K, SortedSet[K]]
- def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def ordering: Ordering[K]
- def partition(p: (K) => Boolean): (SortedSet[K], SortedSet[K])
- def partitionMap[A1, A2](f: (K) => Either[A1, A2]): (Set[A1], Set[A2])
- def product[B >: K](implicit num: math.Numeric[B]): B
- def range(from: K, until: K): SortedSet[K]
- def rangeFrom(from: K): SortedSet[K]
- def rangeImpl(from: Option[K], until: Option[K]): SortedSet[K]
- def rangeTo(to: K): SortedSet[K]
- def rangeUntil(until: K): SortedSet[K]
- def reduce[B >: K](op: (B, B) => B): B
- def reduceLeft[B >: K](op: (B, K) => B): B
- def reduceLeftOption[B >: K](op: (B, K) => B): Option[B]
- def reduceOption[B >: K](op: (B, B) => B): Option[B]
- def reduceRight[B >: K](op: (K, B) => B): B
- def reduceRightOption[B >: K](op: (K, B) => B): Option[B]
- def reversed: Iterable[K]
- def scan[B >: K](z: B)(op: (B, B) => B): Set[B]
- def scanLeft[B](z: B)(op: (B, K) => B): Set[B]
- def scanRight[B](z: B)(op: (K, B) => B): Set[B]
- def size: Int
- def sizeCompare(that: Iterable[_]): Int
- def sizeCompare(otherSize: Int): Int
- final def sizeIs: SizeCompareOps
- def slice(from: Int, until: Int): SortedSet[K]
- def sliding(size: Int, step: Int): Iterator[SortedSet[K]]
- def sliding(size: Int): Iterator[SortedSet[K]]
- def sortedIterableFactory: SortedIterableFactory[SortedSet]
- def span(p: (K) => Boolean): (SortedSet[K], SortedSet[K])
- def splitAt(n: Int): (SortedSet[K], SortedSet[K])
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
- def stringPrefix: String
- def subsetOf(that: Set[K]): Boolean
- def subsets(): Iterator[SortedSet[K]]
- def subsets(len: Int): Iterator[SortedSet[K]]
- def sum[B >: K](implicit num: math.Numeric[B]): B
- final def synchronized[T0](arg0: => T0): T0
- def tail: SortedSet[K]
- def tails: Iterator[SortedSet[K]]
- def take(n: Int): SortedSet[K]
- def takeRight(n: Int): SortedSet[K]
- def takeWhile(p: (K) => Boolean): SortedSet[K]
- def tapEach[U](f: (K) => U): SortedSet[K]
- def to[C1](factory: Factory[K, C1]): C1
- def toArray[B >: K](implicit arg0: ClassTag[B]): Array[B]
- final def toBuffer[B >: K]: Buffer[B]
- def toIndexedSeq: immutable.IndexedSeq[K]
- final def toIterable: KeySortedSet.this.type
- def toList: immutable.List[K]
- def toMap[K, V](implicit ev: <:<[K, (K, V)]): immutable.Map[K, V]
- def toSeq: immutable.Seq[K]
- def toSet[B >: K]: immutable.Set[B]
- def toString(): String
- def toVector: immutable.Vector[K]
- def transpose[B](implicit asIterable: (K) => Iterable[B]): Set[Set[B]]
- final def union(that: Set[K]): SortedSet[K]
- def unsorted: Set[K]
- def unzip[A1, A2](implicit asPair: (K) => (A1, A2)): (Set[A1], Set[A2])
- def unzip3[A1, A2, A3](implicit asTriple: (K) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
- def view: View[K]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withFilter(p: (K) => Boolean): SortedSetOps.WithFilter[K, Set, SortedSet]
- def zip[B](that: IterableOnce[B])(implicit ev: Ordering[(K, B)]): SortedSet[(K, B)]
- def zip[B](that: IterableOnce[B]): Set[(K, B)]
- def zipAll[A1 >: K, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
- def zipWithIndex: Set[(K, Int)]
- final def |(that: Set[K]): SortedSet[K]
Deprecated Value Members
- def +(elem1: K, elem2: K, elems: K*): SortedSet[K]
- def +(elem: K): SortedSet[K]
- def ++:[B >: K](that: IterableOnce[B]): Set[B]
- def -(elem1: K, elem2: K, elems: K*): SortedSet[K]
- def -(elem: K): SortedSet[K]
- def --(that: IterableOnce[K]): SortedSet[K]
- def /:[B](z: B)(op: (B, K) => B): B
- final def /:[B](z: B)(op: (B, K) => B): B
- def :\[B](z: B)(op: (K, B) => B): B
- final def :\[B](z: B)(op: (K, B) => B): B
- def aggregate[B](z: => B)(seqop: (B, K) => B, combop: (B, B) => B): B
- def collectFirst[B](f: PartialFunction[K, B]): Option[B]
- def companion: IterableFactory[[_]Set[_]]
- def compare(k0: K, k1: K): Int
- def copyToBuffer(dest: Buffer[K]): Unit
- final def copyToBuffer[B >: K](dest: Buffer[B]): Unit
- def count(f: (K) => Boolean): Int
- def exists(f: (K) => Boolean): Boolean
- def filter(f: (K) => Boolean): Iterator[K]
- def find(p: (K) => Boolean): Option[K]
- def flatMap[B](f: (K) => IterableOnce[B]): IterableOnce[B]
- def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- def foldLeft[B](z: B)(op: (B, K) => B): B
- def foldRight[B](z: B)(op: (K, B) => B): B
- def forall(f: (K) => Boolean): Boolean
- def foreach[U](f: (K) => U): Unit
- final def from(from: K): SortedSet[K]
- def hasDefiniteSize: Boolean
- def isEmpty: Boolean
- def keysIteratorFrom(start: K): Iterator[K]
- def map[B](f: (K) => B): IterableOnce[B]
- def max(implicit ord: math.Ordering[K]): K
- def maxBy[B](f: (K) => B)(implicit cmp: math.Ordering[B]): K
- def min(implicit ord: math.Ordering[K]): K
- def minBy[B](f: (K) => B)(implicit cmp: math.Ordering[B]): K
- def mkString: String
- def mkString(sep: String): String
- def mkString(start: String, sep: String, end: String): String
- def nonEmpty: Boolean
- def product(implicit num: math.Numeric[K]): K
- def reduce(f: (K, K) => K): K
- def reduceLeft(f: (K, K) => K): K
- def reduceLeftOption(f: (K, K) => K): Option[K]
- def reduceOption(f: (K, K) => K): Option[K]
- def reduceRight(f: (K, K) => K): K
- def reduceRightOption(f: (K, K) => K): Option[K]
- final def repr: SortedSet[K]
- def sameElements[B >: A](that: IterableOnce[B]): Boolean
- def seq: KeySortedSet.this.type
- def size: Int
- def sum(implicit num: math.Numeric[K]): K
- def to[C1](factory: Factory[K, C1]): C1
- final def to(to: K): SortedSet[K]
- def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- def toBuffer[B >: A]: Buffer[B]
- def toIndexedSeq: IndexedSeq[K]
- final def toIterable: Iterable[K]
- def toIterator: Iterator[K]
- final def toIterator: Iterator[K]
- def toList: immutable.List[K]
- def toMap[K, V](implicit ev: <:<[K, (K, V)]): immutable.Map[K, V]
- def toSeq: immutable.Seq[K]
- def toSet[B >: A]: immutable.Set[B]
- def toStream: immutable.Stream[K]
- final def toStream: immutable.Stream[K]
- final def toTraversable: Traversable[K]
- final def toTraversable: Traversable[K]
- def toVector: immutable.Vector[K]
- final def until(until: K): SortedSet[K]
- def view(from: Int, until: Int): View[K]
- def withFilter(f: (K) => Boolean): Iterator[K]
- def →[B](y: B): (KeySortedSet, B)