Util

object Util
class Object
trait Matchable
class Any

Value members

Concrete methods

def parseIntegralNum(s: CharSequence, decIndex: Int, expIndex: Int): Long
def parseLong(cs: CharSequence, start: Int, end: Int): Long
def parseUUID(name: CharSequence): UUID
def regionMatches(cs: CharSequence, csOffset: Int, other: CharSequence, otherOffset: Int, compareLen: Int): Boolean