| Method |
Description |
|
count(
)
|
Returns the number of elements in an array object. |
|
defined(
)
|
Returns whether the specified variable exists. |
|
elementAt(
)
|
Returns the element at the specified offset into the given array object. |
|
equals(
)
|
Returns whether the specified objects are the same. |
|
forName(
)
|
Returns the class object associated with the specified class name |
|
getClass(
)
|
Returns the runtime class of the specified object. |
|
getName(
)
|
Returns the name of the class represented by the specified object. |
|
hashCode(
)
|
Returns the hashcode value of the specified object. |
|
hasMoreElements(
)
|
Returns whether the specified enumeration object has more elements. |
|
instanceOf(
)
|
Returns whether a specified object is an instance of another given
object. |
|
isDate(
)
|
Returns whether the specified value is a date object. |
|
isDouble(
)
|
Returns whether the specified value is a double. |
|
isInteger(
)
|
Returns whether the specified value is an integer. |
|
isNull( )
|
Returns whether the specified value is null. |
|
isObject(
)
|
Returns whether the specified value is an object. |
|
isString(
)
|
Returns whether the specified value is a string. |
|
newInstance(
)
|
Returns an new instance of the specified object. |
|
nextElement(
)
|
Returns the next element of the specified enumeration object. |
|
toString(
)
|
Returns the string representation of the class represented by the specified
object. |
|
undefine(
)
|
Removes the specified variable. |