object
Word
Type Members
-
sealed abstract
class
Case extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
capitalize(str: String): String
-
def
clone(): AnyRef
-
def
codepoint(c: Int): String
-
def
codepoint_iterator(str: String): Iterator[Int]
-
-
-
def
explode(text: String): List[String]
-
def
explode(sep: Char, text: String): List[String]
-
def
explode(sep: (Char) ⇒ Boolean, text: String): List[String]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
implode(words: Iterable[String]): String
-
final
def
isInstanceOf[T0]: Boolean
-
def
lowercase(str: String): String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
perhaps_capitalize(str: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
uppercase(str: String): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit