Module jdk.jdi
Package com.sun.jdi

Interface ArrayReference

All Superinterfaces:
Mirror, ObjectReference, Value

public interface ArrayReference extends ObjectReference
Provides access to an array object and its components in the target VM. Each array component is mirrored by a Value object. The array components, in aggregate, are placed in List objects instead of arrays for consistency with the rest of the API and for interoperability with other APIs.
Since:
1.3