java.lang.wrappers

Undocumented in source.

Members

Aliases

ArrayWrapperByte
alias ArrayWrapperByte = ArrayWrapperT!(byte)
Undocumented in source.
ArrayWrapperInt
alias ArrayWrapperInt = ArrayWrapperT!(int)
Undocumented in source.
ArrayWrapperObject
alias ArrayWrapperObject = ArrayWrapperT!(Object)
Undocumented in source.
ArrayWrapperString
alias ArrayWrapperString = ArrayWrapperT!(char)
Undocumented in source.
ArrayWrapperString2
alias ArrayWrapperString2 = ArrayWrapperT!(String)
Undocumented in source.

Classes

ArrayWrapper
class ArrayWrapper
Undocumented in source.
ArrayWrapperT
class ArrayWrapperT(T)
Undocumented in source.
ValueWrapper
class ValueWrapper
Undocumented in source.
ValueWrapperT
class ValueWrapperT(T)
Undocumented in source.

Functions

StringArrayToObjectArray
Object[] StringArrayToObjectArray(String[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.
arrayFromObject
T[] arrayFromObject(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
stringArrayFromObject
String[] stringArrayFromObject(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
stringcast
String stringcast(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
stringcast
String[] stringcast(Object[] objs)
Undocumented in source. Be warned that the author may not have intended to support it.
stringcast
ArrayWrapperString stringcast(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
stringcast
ArrayWrapperString[] stringcast(String[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta