| /libcore/ojluni/src/main/java/java/util/ |
| D | Set.java | 146 Object[] toArray(); in toArray() method 190 <T> T[] toArray(T[] a); in toArray() method
|
| D | Collection.java | 207 Object[] toArray(); in toArray() method 252 <T> T[] toArray(T[] a); in toArray() method
|
| D | AbstractCollection.java | 134 public Object[] toArray() { in toArray() method in AbstractCollection 174 public <T> T[] toArray(T[] a) { in toArray() method in AbstractCollection
|
| D | List.java | 170 Object[] toArray(); in toArray() method 211 <T> T[] toArray(T[] a); in toArray() method
|
| D | IdentityHashMap.java | 1014 public Object[] toArray() { in toArray() method in IdentityHashMap.KeySet 1018 public <T> T[] toArray(T[] a) { in toArray() method in IdentityHashMap.KeySet 1102 public Object[] toArray() { in toArray() method in IdentityHashMap.Values 1106 public <T> T[] toArray(T[] a) { in toArray() method in IdentityHashMap.Values 1223 public Object[] toArray() { in toArray() method in IdentityHashMap.EntrySet 1228 public <T> T[] toArray(T[] a) { in toArray() method in IdentityHashMap.EntrySet
|
| D | EnumMap.java | 496 public Object[] toArray() { in toArray() method in EnumMap.EntrySet 500 public <T> T[] toArray(T[] a) { in toArray() method in EnumMap.EntrySet
|
| D | PriorityQueue.java | 425 public Object[] toArray() { in toArray() method in PriorityQueue 466 public <T> T[] toArray(T[] a) { in toArray() method in PriorityQueue
|
| D | ArrayDeque.java | 765 public Object[] toArray() { in toArray() method in ArrayDeque 813 public <T> T[] toArray(T[] a) { in toArray() method in ArrayDeque
|
| D | Vector.java | 690 public synchronized Object[] toArray() { in toArray() method 718 public synchronized <T> T[] toArray(T[] a) { in toArray() method
|
| D | LinkedList.java | 1049 public Object[] toArray() { in toArray() method in LinkedList 1096 public <T> T[] toArray(T[] a) { in toArray() method in LinkedList
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | CopyOnWriteArraySet.java | 177 public Object[] toArray() { in toArray() method in CopyOnWriteArraySet 222 public <T> T[] toArray(T[] a) { in toArray() method in CopyOnWriteArraySet
|
| D | DelayQueue.java | 428 public Object[] toArray() { in toArray() method in DelayQueue 473 public <T> T[] toArray(T[] a) { in toArray() method in DelayQueue
|
| D | ConcurrentLinkedQueue.java | 630 public Object[] toArray() { in toArray() method in ConcurrentLinkedQueue 670 public <T> T[] toArray(T[] a) { in toArray() method in ConcurrentLinkedQueue
|
| D | LinkedBlockingQueue.java | 594 public Object[] toArray() { in toArray() method in LinkedBlockingQueue 644 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingQueue
|
| D | ArrayBlockingQueue.java | 542 public Object[] toArray() { in toArray() method in ArrayBlockingQueue 593 public <T> T[] toArray(T[] a) { in toArray() method in ArrayBlockingQueue
|
| D | PriorityBlockingQueue.java | 782 public Object[] toArray() { in toArray() method in PriorityBlockingQueue 828 public <T> T[] toArray(T[] a) { in toArray() method in PriorityBlockingQueue
|
| D | SynchronousQueue.java | 1082 public Object[] toArray() { in toArray() method in SynchronousQueue 1094 public <T> T[] toArray(T[] a) { in toArray() method in SynchronousQueue
|
| D | LinkedBlockingDeque.java | 892 public Object[] toArray() { in toArray() method in LinkedBlockingDeque 942 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingDeque
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | Util.java | 237 public Object[] toArray() { return s.toArray(); } in ungrowableSet() method in Util 238 public <T> T[] toArray(T[] a) { return s.toArray(a); } in ungrowableSet() method in Util
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | OldCollectionsTest.java | 397 public Object[] toArray() { in toArray() method in OldCollectionsTest.Mock_Collection 401 public Object[] toArray(Object[] a) { in toArray() method in OldCollectionsTest.Mock_Collection 453 public Object[] toArray() { in toArray() method in OldCollectionsTest.Mock_WrongCollection 457 public Object[] toArray(Object[] a) { in toArray() method in OldCollectionsTest.Mock_WrongCollection
|
| /libcore/ojluni/src/main/java/java/util/stream/ |
| D | Stream.java | 524 Object[] toArray(); in toArray() method 553 <A> A[] toArray(IntFunction<A[]> generator); in toArray() method
|
| D | DoubleStream.java | 320 double[] toArray(); in toArray() method
|
| D | IntStream.java | 315 int[] toArray(); in toArray() method
|
| D | LongStream.java | 319 long[] toArray(); in toArray() method
|
| /libcore/ojluni/src/main/java/sun/security/jca/ |
| D | GetInstance.java | 59 public Object[] toArray() { in toArray() method in GetInstance.Instance
|