Package-level declarations

Types

Link copied to clipboard
interface Action0
Link copied to clipboard
interface Action1<T1>
Link copied to clipboard
interface Action2<T1, T2>
Link copied to clipboard
interface Action3<T1, T2, T3>
Link copied to clipboard
interface Action4<T1, T2, T3, T4>
Link copied to clipboard
interface Action5<T1, T2, T3, T4, T5>
Link copied to clipboard
interface Action6<T1, T2, T3, T4, T5, T6>
Link copied to clipboard
interface Action7<T1, T2, T3, T4, T5, T6, T7>
Link copied to clipboard
interface Action8<T1, T2, T3, T4, T5, T6, T7, T8>
Link copied to clipboard
interface Action9<T1, T2, T3, T4, T5, T6, T7, T8, T9>
Link copied to clipboard
open class ActionObject
Wrap a throwing action as an object.
Link copied to clipboard
open class AndroidSystem
Class storing global information about the application environment in an android.content.Context object.
Link copied to clipboard
abstract class AnyAsObject
For internal use only.
Link copied to clipboard
abstract class AnyIsObject
For internal use only.
Link copied to clipboard
abstract class ASCII
Utility functions for ASCII encoding.
Link copied to clipboard
abstract class Assert
Utility functions for assertion checking.
Link copied to clipboard
An exception that is thrown when an assertion fails.
Link copied to clipboard
abstract class AsyncResult<T>
Represents the result of an asynchronous method call.
Link copied to clipboard
open class AtomicBoolean
An atomic (thread-safe, mutable) ValueType value.
Link copied to clipboard
open class AtomicInt
An atomic (thread-safe, mutable) ValueType value.
Link copied to clipboard
abstract class Base16Binary
Parsing and formatting functions for base16 binary encoding.
Link copied to clipboard
abstract class Base64Binary
Parsing and formatting functions for base64 binary encoding.
Link copied to clipboard
abstract class BinaryConstant
Basic constants for type binary.
Link copied to clipboard
abstract class BinaryDefault
Static functions to apply default values of type binary.
Link copied to clipboard
abstract class BinaryFunction
Basic functions for type binary.
Link copied to clipboard
Exception thrown when BinaryFunction.byteAt is called with an out-of-bounds index.
Link copied to clipboard
abstract class BinaryOperator
Basic operators for type binary.
Link copied to clipboard
Link copied to clipboard
open class BlockingQueue
A thread-safe blocking queue.
Link copied to clipboard
open class BooleanArray
High performance boolean array (fixed length, mutable).
Link copied to clipboard
abstract class BooleanDefault
Static functions to apply default values of type boolean.
Link copied to clipboard
abstract class BooleanFunction
Basic functions for type boolean.
Link copied to clipboard
abstract class BooleanOperator
Basic operators for type boolean.
Link copied to clipboard
open class ByteBuffer
High performance byte buffer.
Link copied to clipboard
abstract class ByteConstant
Basic constants for type byte.
Link copied to clipboard
abstract class ByteDefault
Static functions to apply default values of type byte.
Link copied to clipboard
abstract class ByteFunction
Basic functions for type byte.
Link copied to clipboard
abstract class ByteMath
A subset of JavaScript's Math functions applicable to type byte.
Link copied to clipboard
abstract class ByteOperator
Basic operators for type byte.
Link copied to clipboard
An exception thrown when an attempt is made to type-cast an object to a type that the object is not a member of.
Link copied to clipboard
open class CharBuffer
High performance char buffer.
Link copied to clipboard
abstract class CharDefault
Static functions to apply default values of type boolean.
Link copied to clipboard
abstract class CharFunction
Basic functions for type char.
Link copied to clipboard
abstract class CharOperator
Basic operators for type char.
Link copied to clipboard
abstract class CheckProperty
For internal use only.
Link copied to clipboard
abstract class ClassName
Utility for accessing class names.
Link copied to clipboard
abstract class Comparer
For internal use only.
Link copied to clipboard
Link copied to clipboard
open class CountdownLatch
An object that allows callers to await the completion of a countdown.
Link copied to clipboard
Link copied to clipboard
abstract class CurrentProcess
Obtain information about the current process.
Link copied to clipboard
abstract class CurrentThread
Obtain information about the current thread.
Link copied to clipboard
abstract class DataCompression
Utility functions for compression and decompression.
Link copied to clipboard
abstract class DebugAddress
Utility functions for debugging object addresses in memory.
Link copied to clipboard
abstract class DebugConsole
Represents the system's debug console.
Link copied to clipboard
abstract class DecimalConstant
Basic constants for type decimal.
Link copied to clipboard
abstract class DecimalDefault
Static functions to apply default values of type decimal.
Link copied to clipboard
abstract class DecimalFunction
Basic functions for type decimal.
Link copied to clipboard
abstract class DecimalMath
A subset of JavaScript's Math functions applicable to type decimal.
Link copied to clipboard
abstract class DecimalOperator
Basic operators for type decimal.
Link copied to clipboard
abstract class DoubleConstant
Basic constants for type double.
Link copied to clipboard
abstract class DoubleDefault
Static functions to apply default values of type double.
Link copied to clipboard
abstract class DoubleFunction
Basic functions for type double.
Link copied to clipboard
abstract class DoubleMath
Contains all constants and functions from JavaScript Math Object, for type double.
Link copied to clipboard
abstract class DoubleOperator
Basic for type double.
Link copied to clipboard
Exception thrown when a function requiring a non-empty list is invoked with an empty list.
Link copied to clipboard
abstract class Equality
For internal use only.
Link copied to clipboard
abstract class ErrorFunction
Basic functions for type exception.
Link copied to clipboard
abstract class ExceptionBase : RuntimeException
Abstract base class for exceptions.
Link copied to clipboard
abstract class FloatConstant
Basic constants for type float.
Link copied to clipboard
abstract class FloatDefault
Static functions to apply default values of type float.
Link copied to clipboard
abstract class FloatFunction
Basic functions for type float.
Link copied to clipboard
abstract class FloatMath
Contains all constants and functions from JavaScript Math Object, for type float.
Link copied to clipboard
abstract class FloatOperator
Basic operators for type float.
Link copied to clipboard
Exception thrown when a value cannot cannot be parsed because it does not match the expected format.
Link copied to clipboard
interface Function0<R>
Link copied to clipboard
interface Function1<T1, R>
Link copied to clipboard
interface Function2<T1, T2, R>
Link copied to clipboard
interface Function3<T1, T2, T3, R>
Link copied to clipboard
interface Function4<T1, T2, T3, T4, R>
Link copied to clipboard
interface Function5<T1, T2, T3, T4, T5, R>
Link copied to clipboard
interface Function6<T1, T2, T3, T4, T5, T6, R>
Link copied to clipboard
interface Function7<T1, T2, T3, T4, T5, T6, T7, R>
Link copied to clipboard
interface Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>
Link copied to clipboard
interface Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, R>
Link copied to clipboard
open class GenericList<T> : AbstractList<E>
Wrap an untyped list as a generic list.
Link copied to clipboard
Link copied to clipboard
Exception thrown when an error occurs during data compression or decompression.
Link copied to clipboard
abstract class Ignore
Functions intended to help avoid spurious code scan warnings.
Link copied to clipboard
Exception thrown when a mutator function is invoked on an immutable object.
Link copied to clipboard
Exception thrown when a numeric operation produces an infinite result.
Link copied to clipboard
open class InstanceLogger : Logger
Wrap a logger to include an instance name in all log messages.
Link copied to clipboard
open class IntArray
High performance int array (fixed length, mutable).
Link copied to clipboard
abstract class IntConstant
Basic constants for type int.
Link copied to clipboard
abstract class IntDefault
Static functions to apply default values of type int.
Link copied to clipboard
abstract class IntegerConstant
Basic constants for type integer.
Link copied to clipboard
abstract class IntegerDefault
Static functions to apply default values of type integer.
Link copied to clipboard
abstract class IntegerFunction
Basic functions for type integer.
Link copied to clipboard
abstract class IntegerMath
A subset of JavaScript's Math functions applicable to type integer.
Link copied to clipboard
abstract class IntegerOperator
Basic operators for type integer.
Link copied to clipboard
abstract class IntFunction
Basic functions for type int.
Link copied to clipboard
abstract class IntMath
A subset of JavaScript's Math functions applicable to type int.
Link copied to clipboard
abstract class IntOperator
Basic operators for type int.
Link copied to clipboard
abstract class JavaBean
Utility functions for getting/setting JavaBean properties.
Link copied to clipboard
abstract class ListConverter
Link copied to clipboard
abstract class ListFunction
Link copied to clipboard
Exception thrown when a function requiring a list index encounters an index out of range.
Link copied to clipboard
abstract class Logger
Logger facade.
Link copied to clipboard
abstract class LoggerFactory
Link copied to clipboard
abstract class LongConstant
Basic constants for type long.
Link copied to clipboard
abstract class LongDefault
Static functions to apply default values of type long.
Link copied to clipboard
abstract class LongFunction
Basic functions for type long.
Link copied to clipboard
abstract class LongMath
A subset of JavaScript's Math functions applicable to type long.
Link copied to clipboard
abstract class LongOperator
Basic operators for type long.
Link copied to clipboard
For internal use only.
Link copied to clipboard
For internal use only.
Link copied to clipboard
Exception thrown when a required map entry is not found.
Link copied to clipboard
open class MutableBoolean
Mutable value of type boolean.
Link copied to clipboard
open class MutableDouble
Mutable value of type double.
Link copied to clipboard
open class MutableFloat
Mutable value of type float.
Link copied to clipboard
open class MutableInt
Mutable value of type int.
Link copied to clipboard
open class MutableLong
Mutable value of type long.
Link copied to clipboard
Exception thrown when the application attempts to access a function or property (getter/setter) that has not been implemented.
Link copied to clipboard
Exception thrown when a function expecting a list of one item finds a list of zero or multiple items.
Link copied to clipboard
abstract class NullableBinary
Functions for the implementation of nullable binary.
Link copied to clipboard
abstract class NullableBoolean
Functions for the implementation of nullable boolean.
Link copied to clipboard
abstract class NullableByte
Functions for the implementation of nullable byte.
Link copied to clipboard
abstract class NullableChar
Functions for the implementation of nullable char.
Link copied to clipboard
abstract class NullableDecimal
Functions for the implementation of nullable decimal.
Link copied to clipboard
abstract class NullableDouble
Functions for the implementation of nullable double.
Link copied to clipboard
abstract class NullableFloat
Functions for the implementation of nullable float.
Link copied to clipboard
abstract class NullableInt
Functions for the implementation of nullable int.
Link copied to clipboard
abstract class NullableInteger
Functions for the implementation of nullable integer.
Link copied to clipboard
abstract class NullableLong
Functions for the implementation of nullable long.
Link copied to clipboard
abstract class NullableObject
Functions for the implementation of nullable object.
Link copied to clipboard
abstract class NullableShort
Functions for the implementation of nullable short.
Link copied to clipboard
abstract class NullableString
Functions for the implementation of nullable string.
Link copied to clipboard
Exception thrown when the application attempts to access a property or function on a null value.
Link copied to clipboard
abstract class NumberParser
Parser for numeric values.
Link copied to clipboard
open class ObjectArray
High performance object array (fixed length, mutable).
Link copied to clipboard
abstract class ObjectAsAny
For internal use only.
Link copied to clipboard
abstract class ObjectFactory
Abstract base class for untyped object factories.
Link copied to clipboard
abstract class ObjectFunction
Basic functions for type object.
Link copied to clipboard
abstract class ObjectIsAny
For internal use only.
Link copied to clipboard
abstract class ObjectLifetime
Object lifetime management.
Link copied to clipboard
abstract class ObjectOperator
Basic operators for type object.
Link copied to clipboard
abstract class OperatingSystem
Utility functions for accessing operating system information.
Link copied to clipboard
Exception thrown when a numeric operation overflows the range of the target type.
Link copied to clipboard
Base class for exceptions that cannot or should not be caught.
Link copied to clipboard
abstract class PearsonHashing
An implementation of "Fast Hashing of Variable-Length Text Strings".
Link copied to clipboard
abstract class ProcessExitCode
Constants for process exit code.
Link copied to clipboard
open class ReadWriteMutex
Allows the implementation of concurrent access for read-only operations, while write operations require exclusive access.
Link copied to clipboard
Link copied to clipboard
Represents a parsed regular expression.
Link copied to clipboard
abstract class RunAction
Abstract base class for parameterless actions.
Link copied to clipboard
abstract class RunFunction
Abstract base class for parameterless actions.
Link copied to clipboard
open class RuntimeIOException : RuntimeException
Link copied to clipboard
abstract class SchemaFormat
Provides static functions for converting data values to and from the lexical representations defined in XML Schema Part 2: Datatypes.
Link copied to clipboard
abstract class ShortConstant
Basic constants for type short.
Link copied to clipboard
abstract class ShortDefault
Static functions to apply default values of type short.
Link copied to clipboard
abstract class ShortFunction
Basic functions for type short.
Link copied to clipboard
abstract class ShortMath
A subset of JavaScript's Math functions applicable to type short.
Link copied to clipboard
abstract class ShortOperator
Basic operators for type short.
Link copied to clipboard
open class SimpleRandom
A single-threaded linear congruential random number generator, Algorithm: "Random number generators: good ones are hard to find", Communications of the ACM, October 1988 Volume 31 Number 10.
Link copied to clipboard
Array from Property.id to sparse index.
Link copied to clipboard
abstract class StringCache
Contains literal strings for common values.
Link copied to clipboard
For internal use only.
Link copied to clipboard
abstract class StringConstant
Basic constants for type string.
Link copied to clipboard
abstract class StringDefault
Static functions to apply default values of type string.
Link copied to clipboard
abstract class StringEquality
For internal use only.
Link copied to clipboard
abstract class StringFunction
Basic functions for type string.
Link copied to clipboard
abstract class StringOperator
Basic operators for type string.
Link copied to clipboard
abstract class SystemClock
Utility functions for accessing time since startup of the current application process.
Link copied to clipboard
abstract class SystemConsole
Utility functions for writing to the system console.
Link copied to clipboard
abstract class SystemEnvironment
Utility functions for accessing system environment variables.
Link copied to clipboard
open class ThreadLocal
Implementation of untyped thread-local storage.
Link copied to clipboard
abstract class ThreadSleep
Functions for sleeping the current thread.
Link copied to clipboard
open class ThreadStart
For internal use only.
Link copied to clipboard
Exception to be thrown when the application encounters an undefined state or undefined value.
Link copied to clipboard
Wraps an unexpected exception as a fatal exception.
Link copied to clipboard
abstract class UnicodeClass
A set of functions for determining membership of Unicode code points in character classes (categories).
Link copied to clipboard
abstract class UnicodeIdentifier
Validation functions for Unicode identifiers (e.g.
Link copied to clipboard
open class UnicodeIterator
Iterator for the Unicode code points of a string.
Link copied to clipboard
open class UntypedList
An untyped list, intended for internal use by strongly-typed lists which inherit from the ListBase class.
Link copied to clipboard
abstract class UntypedMap
An untyped map, intended for internal use by strongly-typed maps which inherit from the MapBase class.
Link copied to clipboard
An untyped map, intended for internal use by strongly-typed maps which inherit from the MapBase class.
Link copied to clipboard
An untyped map, intended for internal use by strongly-typed maps which inherit from the MapBase class.
Link copied to clipboard
open class UntypedSet
An untyped set, intended for internal use by strongly-typed sets which inherit from the SetBase class.
Link copied to clipboard
Exception thrown when the application makes incorrect usage of an API.
Link copied to clipboard
abstract class UTF16
Utility functions for UTF-16 processing.
Link copied to clipboard
abstract class UTF8
Utility functions for UTF-8 conversion between string and binary types.
Link copied to clipboard
Exception thrown for failures in UTF-8 conversion (decoding and encoding).
Link copied to clipboard
An exception that is thrown when a version miamatch is detected.