Returns an array containing all of the elements in this list
in the correct order.
Returns an array containing all of the elements in this list in the
correct order.
converts an array or an any containing an array into an array.
converts an Boolean object or an Any object containing a Boolean object into a simple boolean.
converts an Byte object or an Any object containing a Byte object into a simple byte.
converts an Char object or an Any object containing a Char object into a simple char.
converts a number object into a simple double and allows widening conversions.
converts a number object into a simple float and allows widening conversions.
converts a number object into a simple int and allows widening conversions.
converts a number object into a simple long and allows widening conversions.
converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
these types into an UNO object of a specified destination type.
converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
these types into an UNO object of a specified destination type.
converts a number object into a simple short and allows widening conversions.
converts a string or an any containing a string into a string.
converts a Type or an any containing a Type into a Type.
converts a number object into an idl unsigned long and allows widening conversions.
converts a number object into an idl unsigned hyper and allows widening conversions.
converts a number object into an idl unsigned short and allows widening conversions.
Trims the capacity of this ArrayList instance to be the
list's current size.
Represents the UNO built-in type TYPE
.
TYPE - static field in class com.sun.star.uno.
Type Type() - constructor for class com.sun.star.uno.
Type Constructs a new Type
which defaults to VOID
.
Constructs a new Type
from the given
java.lang.Class
.
Constructs a new Type
from the given
java.lang.Class
, handling ambiguous cases.
Constructs a new Type
from the given type description.
Constructs a new Type
with the given type name.
Constructs a new Type
with the given type class and type
name.
Constructs a new Type
with the given type class.