Found
scala.collection.Searching.Found
case class Found(foundIndex: Int) extends SearchResult
The result of performing a search on a sorted sequence, where the element was found.
Value parameters
- foundIndex
-
the index corresponding to the element searched for in the sequence
Attributes
- Source
- Searching.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SearchResultclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Product
In this article