public singleton arrayConvertorEx
Modifier and Type | Method |
---|---|
Array |
convert(o)
|
Array |
convert(Enumerator en)
|
Array |
convert(Array arr)
|
public singleton Assert
Modifier and Type | Method |
---|---|
|
ifEqual(Object expr, Object val)
|
|
ifFailed(Func f)
|
|
ifNotFailed(Func f)
|
|
ifTrue(b)
|
|
ifFalse(b)
|
|
ifNil(b)
|
|
ifInstanceOf(object, class)
|
public class AssertException
Modifier and Type | Constructor / Static Method |
---|---|
AssertException |
new(String message)
|
public singleton ByteArrayExConvertor
Modifier and Type | Method |
---|---|
system'ByteNumber[] |
convert(String s)
|
public singleton IntConvertExt
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
#generic(n)
|
public class Integer
Modifier and Type | Field |
---|---|
IntNumber |
value
|
Modifier and Type | Constructor / Static Method |
---|---|
Integer |
constructor(IntNumber n)
Initializes a variable
|
Integer |
constructor()
|
Integer |
new()
|
public singleton IntmatrixExConvertor
Modifier and Type | Method |
---|---|
IntMatrix |
convert(Array a)
|
String |
toString(IntMatrix matrix)
|
WideString |
toWide(IntMatrix matrix)
|
public class LongInteger
Modifier and Type | Field |
---|---|
LongNumber |
value
|
Modifier and Type | Constructor / Static Method |
---|---|
LongInteger |
constructor()
|
LongInteger |
constructor(LongNumber n)
Initializes a variable
|
Modifier and Type | Method |
---|---|
|
append(LongNumber n)
|
|
reduce(LongNumber n)
|
public class RandomGenerator
Modifier and Type | Field |
---|---|
Seed |
_seed
|
Modifier and Type | Constructor / Static Method |
---|---|
internal RandomGenerator |
new()
|
Modifier and Type | Method |
---|---|
IntNumber |
nextInt(minValue, maxValue)
|
IntNumber |
nextInt()
|
IntNumber |
nextInt(IntNumber maxValue)
|
RealNumber |
nextReal()
|
public class Real
Modifier and Type | Field |
---|---|
RealNumber |
value
|
Modifier and Type | Constructor / Static Method |
---|---|
Real |
constructor(RealNumber n)
Initializes a variable
|
Real |
constructor()
|
Real |
new()
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
append(n)
|
|
reduce(n)
|
|
append(RealNumber n)
|
|
reduce(RealNumber n)
|
Modifier and Type | Name |
public |
Program_arguments
|
---|
Modifier and Type | Name |
public |
program_arguments
|
---|
Modifier and Type | Name |
public |
ProgramLoop
|
---|
public class MessageName
Modifier and Type | Extension Method |
---|---|
|
getPropertyValue(Object target)
|
|
setPropertyValue(Object target, Object value)
|
public class Object
Modifier and Type | Extension Method |
---|---|
|
writeTo(Object target)
|
|
doWhile()
|
String |
toString()
|
String |
toString(IntNumber radix)
|
IntNumber |
toInt()
|
IntNumber |
toInt(IntNumber radix)
|
ByteNumber |
toByte()
|
ShortNumber |
toShort()
|
LongNumber |
toLong()
|
RealNumber |
toReal()
|
Enumerable |
asEnumerable()
|
Array |
toArray()
|
IntMatrix |
toIntMatrix()
|
|
convertTo(Object target)
|
CharValue |
toChar()
|
system'ByteNumber[] |
toByteArray()
|
|
dispatch()
|
|
print(params Object[] list)
|
|
printLine(params Object[] list)
|
|
printWide(params Object[] list)
|
|
printWideLine(params Object[] list)
|
|
dispatch()
|
|
printFormatted(String s, params Object[] args)
|
|
printLineFormatted(String s, params Object[] args)
|
|
dispatch()
|
|
printPaddingRight(IntNumber width, params Object[] list)
|
|
printPaddingLeft(IntNumber width, params Object[] list)
|
|
dispatch()
|
|
loadLineTo(Object var)
|
|
loadLine(params Object[] args)
|
|
dispatch()
|
|
printPaddingRightChar(IntNumber width, CharValue ch, params Object[] list)
|
|
printPaddingLeftChar(IntNumber width, CharValue ch, params Object[] list)
|
|
getAtOrDefault(IntNumber index, Object default)
|
|
assertTrue()
|
|
assertFalse()
|
|
randomize(IntNumber count)
|
public class String
Modifier and Type | Extension Method |
---|---|
|
dispatch()
|
String |
interpolate(params Object[] args)
|