Utils

object Utils
class Object
trait Matchable
class Any
Utils.type

Value members

Concrete methods

final def emptyOpContext(r1: Int, r2: Int): Int
def escapeRune(out: StringBuilder, rune: Int): Unit
def indexOf(source: Array[Byte], target: Array[Byte], _fromIndex: Int): Int
def subarray(array: Array[Int], start: Int, end: Int): Array[Int]
def subarray(array: Array[Byte], start: Int, end: Int): Array[Byte]
def unhex(c: Int): Int

Concrete fields

final val EMPTY_ALL: -1
final val EMPTY_BEGIN_LINE: 1
final val EMPTY_BEGIN_TEXT: 4
final val EMPTY_END_LINE: 2
final val EMPTY_END_TEXT: 8
final val EMPTY_INTS: Array[Int]
final val EMPTY_WORD_BOUNDARY: 16