Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java105 final Object[] getArray() { in getArray() method in CopyOnWriteArrayList
134 elements = ((CopyOnWriteArrayList<?>)c).getArray(); in CopyOnWriteArrayList()
162 return getArray().length; in size()
226 Object[] elements = getArray(); in contains()
234 Object[] elements = getArray(); in indexOf()
254 Object[] elements = getArray(); in indexOf()
262 Object[] elements = getArray(); in lastIndexOf()
283 Object[] elements = getArray(); in lastIndexOf()
320 Object[] elements = getArray(); in toArray()
364 Object[] elements = getArray(); in toArray()
[all …]
DCopyOnWriteArraySet.java278 ? compareSets(al.getArray(), (Set<?>) c) >= 0 in containsAll()
412 && compareSets(al.getArray(), (Set<?>) o) == 0); in equals()
440 (al.getArray(), Spliterator.IMMUTABLE | Spliterator.DISTINCT); in spliterator()
/libcore/ojluni/src/main/java/java/sql/
DArray.java128 Object getArray() throws SQLException; in getArray() method
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; in getArray() method
181 Object getArray(long index, int count) throws SQLException; in getArray() method
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) in getArray() method
DCallableStatement.java499 Array getArray (int parameterIndex) throws SQLException; in getArray() method
1667 Array getArray (String parameterName) throws SQLException; in getArray() method
DResultSet.java2530 Array getArray(int columnIndex) throws SQLException; in getArray() method
2622 Array getArray(String columnLabel) throws SQLException; in getArray() method
/libcore/luni/src/main/java/libcore/reflect/
DListOfVariables.java29 TypeVariable<?>[] getArray() { in getArray() method in ListOfVariables
DGenericSignatureParser.java257 this.formalTypeParameters = typeParams.getArray(); in parseOptFormalTypeParameters()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java58 final java.lang.Object[] getArray() { in getArray() method in CopyOnWriteArrayList
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2279 public Object getArray() throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2283 public Object getArray(long index, int count) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2287 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray() method in OldPreparedStatementTest.MockArray
2292 public Object getArray(Map<String, Class<?>> map) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
/libcore/api/
Dcurrent.txt8818 method public Object getArray() throws java.sql.SQLException;
8819 …method public Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.…
8820 method public Object getArray(long, int) throws java.sql.SQLException;
8821 …method public Object getArray(long, int, java.util.Map<java.lang.String,java.lang.Class<?>>) throw…
8859 method public java.sql.Array getArray(int) throws java.sql.SQLException;
8860 method public java.sql.Array getArray(String) throws java.sql.SQLException;
9434 method public java.sql.Array getArray(int) throws java.sql.SQLException;
9435 method public java.sql.Array getArray(String) throws java.sql.SQLException;