class ArrayList<T> : MutableList<T> |
|
interface InputStream |
|
interface Reader |
|
object System |
|
abstract class Writer
Abstract class for writing to character streams. The only methods that a subclass must implement are write(char[], int, int), flush(), and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both. |
|
class XString |
annotation class PlatformName |
|
annotation class PlatformStatic |
class IllegalArgumentException : Throwable |
|
class NumberFormatException : Throwable |
fun escapeIfNeeded(string: String, options: Options, isObjectPropertyName: Boolean): String |
|
fun isNumber(string: String): Boolean |
|
fun toHexString(int: Int): String |