NAME
SPVM::Document::Modules - SPVM Core Modules
DESCRIPTION
List of SPVM Core Modules
CORE MODULES
Fn - Standard Functions
Byte - byte object
ByteList - Dynamic Byte Array
Cloner - a callback interface to clone a object
Comparator::Byte - a callback interface for byte comparation
Comparator::Short - a callback interface for short comparation
Comparator::Int - a callback interface for int comparation
Comparator::Long - a callback interface for long comparation
Comparator::Float - a callback interface for float comparation
Comparator::Double - a callback interface for double comparation
Comparator::String - a callback interface for string comparation
Comparator::Object - a callback interface for object comparation
Complex_2d - double complex type
Complex_2f - float complex type
Double - double object
DoubleList - Dynamic double array
EqualityChecker - a callback interface to check the object equality
EqualityChecker::SameObject - a callback implementation of EqualityChecker to check if the memory addresses of the two objects are equal.
Float - float object
FloatList - Dynamic float array
Hash - Hash Data Structure
Hash::Entry - Hash entry
Int - int object
IntList - Dynamic int array
List - Dynamic object array
Long - long object
LongList - Dynamic long array
Math - Math functions
Regex - Regular expression
Regex::Pattern - Regular expression pattern
Regex::Replacer - Regular expression replacer
Short - short object
ShortList - Dynamic short array
StringBuffer - String buffer
Stringer - a callback interface to stringify a object
StringList - Dynamic string array
Time - Time manipulation
Time::Info - Time information
Unicode -