scala.collection

object SeqLike

[source: scala/collection/SeqLike.scala]

object SeqLike
extends AnyRef
Contains a KMP implementation, based on the undoubtedly reliable wikipedia entry.
Author
paulp
Since
2.8
Method Summary
def indexOf [B](source : Seq[B], sourceOffset : Int, sourceCount : Int, target : Seq[B], targetOffset : Int, targetCount : Int, fromIndex : Int) : Int
def lastIndexOf [B](source : Seq[B], sourceOffset : Int, sourceCount : Int, target : Seq[B], targetOffset : Int, targetCount : Int, fromIndex : Int) : Int
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def indexOf[B](source : Seq[B], sourceOffset : Int, sourceCount : Int, target : Seq[B], targetOffset : Int, targetCount : Int, fromIndex : Int) : Int

def lastIndexOf[B](source : Seq[B], sourceOffset : Int, sourceCount : Int, target : Seq[B], targetOffset : Int, targetCount : Int, fromIndex : Int) : Int