Interface ArrayReference All Superinterfaces: Mirror,ObjectReference,Value public interfaceArrayReferenceextendsObjectReference 提供对目标VM中的阵列对象及其组件的访问。每个阵列组件都由Value对象镜像。总体而言,数组组件放置在List对象而不是数组中,以便与AP
Replaces all array components with other values. If the given list is larger in size than the array, the values at the end of the list are ignored. Object values must be assignment compatible with the element type (This implies that the component type must be loaded through the enclosing ...
JavaInt64Array 建構函式 方法 JavaInterfaceDefaultMethodAttribute JavaLibraryReferenceAttribute JavaObject JavaObjectArray<T> JavaObjectExtensions JavaPeerableExtensions JavaPrimitiveArray<T> JavaSByteArray JavaSingleArray JavaTypeParametersAttribute JniAddNativeMethodRegistrationAttribute ...
get(java.lang.Object, int) getByte public static byte getByte(Objectarray, int index) throwsIllegalArgumentException,ArrayIndexOutOfBoundsException Returns the value of the indexed component in the specified array object, as abyte. Parameters: ...
Descriptor factory. Lookup the name in the database, and determine the characteristics of this array. Parameters: name- a String naming the type. (Not necessarily fully qualified) connection- a Connection to a database Throws: java.sql.SQLException- if the name does not name an array type. ...
JavaBooleanArray 建構函式 方法 JavaCharArray JavaDoubleArray JavaException JavaInt16Array JavaInt32Array JavaInt64Array JavaInterfaceDefaultMethodAttribute JavaLibraryReferenceAttribute JavaObject JavaObjectArray<T> JavaObjectExtensions JavaPeerableExtensions JavaPrimitiveArray<T> JavaSByteArray JavaSingleArray ...
public java.lang.String getBaseTypeName() throws java.sql.SQLExceptionImplements Array interface method Returns the SQL type name of the elements in the array designated by this Array object. If the elements are a built-in type, it returns the database-specific type name of the elements. If ...
JavaInt16Array Constructors Methods JavaInt32Array JavaInt64Array JavaInterfaceDefaultMethodAttribute JavaLibraryReferenceAttribute JavaObject JavaObjectArray<T> JavaObjectExtensions JavaPeerableExtensions JavaPrimitiveArray<T> JavaSByteArray JavaSingleArray ...
public JavaInt32Array (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options); Parameters handle JniObjectReference options JniObjectReferenceOptions Remarks Portions of this page are modifications based on work created and shared by the Android Open Source Project ...
java.lang.String optString(int index, java.lang.String defaultValue) Get the optional string associated with an index. JSONArray put(boolean value) Append a boolean value. JSONArray put(java.util.Collection value) Put a value in the JSONArray, where the value will be a JSONArray which ...