Searched refs:getArray (Results 1 - 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DArray.java56 * the base type is supplied to the methods <code>getArray</code>
110 * programming language. This version of the method <code>getArray</code>
114 * <strong>Note:</strong> When <code>getArray</code> is used to materialize
128 Object getArray() throws SQLException; method in interface:Array
138 * <code>getArray</code> uses either the given type map or the standard mapping;
141 * <strong>Note:</strong> When <code>getArray</code> is used to materialize
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; method in interface:Array
165 * <strong>Note:</strong> When <code>getArray</code> is used to materialize
181 Object getArray(long index, int count) throws SQLException; method in interface:Array
194 * <code>getArray</cod
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) method in interface:Array
[all...]
H A DCallableStatement.java498 Array getArray (int parameterIndex) throws SQLException; method in interface:CallableStatement
1666 Array getArray (String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2524 Array getArray(int columnIndex) throws SQLException; method in interface:ResultSet
2616 Array getArray(String columnLabel) throws SQLException; method in interface:ResultSet
/libcore/luni/src/main/java/libcore/reflect/
H A DListOfVariables.java29 TypeVariable<?>[] getArray() { method in class:ListOfVariables
H A DGenericSignatureParser.java257 this.formalTypeParameters = typeParams.getArray();
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCopyOnWriteArrayList.java102 /** The array, accessed only via getArray/setArray. */
110 final Object[] getArray() { method in class:CopyOnWriteArrayList
139 elements = ((CopyOnWriteArrayList<?>)c).getArray();
167 return getArray().length;
231 Object[] elements = getArray();
239 Object[] elements = getArray();
259 Object[] elements = getArray();
267 Object[] elements = getArray();
288 Object[] elements = getArray();
325 Object[] elements = getArray();
[all...]
H A DCopyOnWriteArraySet.java278 ? compareSets(al.getArray(), (Set<?>) c) >= 0
412 && compareSets(al.getArray(), (Set<?>) o) == 0);
440 (al.getArray(), Spliterator.IMMUTABLE | Spliterator.DISTINCT);
/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java114 data[OUTPUT_OFFSET] = getArray(out);
139 data[INPUT_OFFSET] = getArray(in);
140 data[OUTPUT_OFFSET]= getArray(out);
164 private int getArray(CharBuffer out) { method in class:CharsetDecoderICU
180 private int getArray(ByteBuffer in) { method in class:CharsetDecoderICU
H A DCharsetEncoderICU.java142 data[OUTPUT_OFFSET] = getArray(out);
167 data[INPUT_OFFSET] = getArray(in);
168 data[OUTPUT_OFFSET]= getArray(out);
192 private int getArray(ByteBuffer out) { method in class:CharsetEncoderICU
208 private int getArray(CharBuffer in) { method in class:CharsetEncoderICU
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2279 public Object getArray() throws SQLException { method in class:OldPreparedStatementTest.MockArray
2283 public Object getArray(long index, int count) throws SQLException { method in class:OldPreparedStatementTest.MockArray
2287 public Object getArray(long index, int count, Map<String, Class<?>> map) method in class:OldPreparedStatementTest.MockArray
2292 public Object getArray(Map<String, Class<?>> map) throws SQLException { method in class:OldPreparedStatementTest.MockArray

Completed in 163 milliseconds