public interface ArrayReference extends ObjectReference
ObjectReference
,
Value
Modifier and Type | Method and Description |
---|---|
Value |
getValue(int index)
Returns the
Value at the given index in this array. |
java.util.List |
getValues()
Returns the live list of
Value s in the array or an empty list. |
int |
length()
Returns the current number of
Value s in this array. |
className, constructor, id, properties, prototype
valueString
virtualMachine
int length()
Value
s in this array.Value
s in the arrayValue getValue(int index) throws java.lang.IndexOutOfBoundsException
java.util.List getValues()
Value
s in this array or an empty list, never null
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.