| /libcore/luni/src/main/java/java/util/ |
| D | Set.java | 178 public Object[] toArray(); in toArray() method 195 public <T> T[] toArray(T[] array); in toArray() method
|
| D | Collection.java | 292 public Object[] toArray(); in toArray() method 315 public <T> T[] toArray(T[] array); in toArray() method
|
| D | AbstractCollection.java | 338 public Object[] toArray() { in toArray() method in AbstractCollection 342 public <T> T[] toArray(T[] contents) { in toArray() method in AbstractCollection
|
| D | List.java | 336 public Object[] toArray(); in toArray() method 352 public <T> T[] toArray(T[] array); in toArray() method
|
| D | Hashtable.java | 951 public Object[] toArray() { in toArray() method in Hashtable.KeySet 956 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.KeySet 986 public Object[] toArray() { in toArray() method in Hashtable.Values 991 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.Values 1048 public Object[] toArray() { in toArray() method in Hashtable.EntrySet 1053 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.EntrySet
|
| D | ArrayDeque.java | 731 public Object[] toArray() { in toArray() method in ArrayDeque 772 public <T> T[] toArray(T[] a) { in toArray() method in ArrayDeque
|
| D | ArrayList.java | 494 @Override public Object[] toArray() { in toArray() method in ArrayList 516 @Override public <T> T[] toArray(T[] contents) { in toArray() method in ArrayList
|
| D | Vector.java | 971 public synchronized Object[] toArray() { in toArray() method 993 public synchronized <T> T[] toArray(T[] contents) { in toArray() method
|
| D | LinkedList.java | 922 public Object[] toArray() { in toArray() method in LinkedList 950 public <T> T[] toArray(T[] contents) { in toArray() method in LinkedList
|
| D | Arrays.java | 119 public Object[] toArray() { in toArray() method in Arrays.ArrayList 125 public <T> T[] toArray(T[] contents) { in toArray() method in Arrays.ArrayList
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| D | CopyOnWriteArraySet.java | 132 public Object[] toArray() { in toArray() method in CopyOnWriteArraySet 177 public <T> T[] toArray(T[] a) { in toArray() method in CopyOnWriteArraySet
|
| D | DelayQueue.java | 394 public Object[] toArray() { in toArray() method in DelayQueue 439 public <T> T[] toArray(T[] a) { in toArray() method in DelayQueue
|
| D | ConcurrentLinkedQueue.java | 549 public Object[] toArray() { in toArray() method in ConcurrentLinkedQueue 596 public <T> T[] toArray(T[] a) { in toArray() method in ConcurrentLinkedQueue
|
| D | LinkedBlockingQueue.java | 566 public Object[] toArray() { in toArray() method in LinkedBlockingQueue 616 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingQueue
|
| D | PriorityBlockingQueue.java | 685 public Object[] toArray() { in toArray() method in PriorityBlockingQueue 807 public <T> T[] toArray(T[] a) { in toArray() method in PriorityBlockingQueue
|
| D | LinkedBlockingDeque.java | 861 public Object[] toArray() { in toArray() method in LinkedBlockingDeque 911 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingDeque
|
| D | SynchronousQueue.java | 1055 public Object[] toArray() { in toArray() method in SynchronousQueue 1067 public <T> T[] toArray(T[] a) { in toArray() method in SynchronousQueue
|
| D | ConcurrentLinkedDeque.java | 1196 public Object[] toArray() { in toArray() method in ConcurrentLinkedDeque 1237 public <T> T[] toArray(T[] a) { in toArray() method in ConcurrentLinkedDeque
|
| D | ArrayBlockingQueue.java | 526 public Object[] toArray() { in toArray() method in ArrayBlockingQueue 582 public <T> T[] toArray(T[] a) { in toArray() method in ArrayBlockingQueue
|
| D | ConcurrentSkipListMap.java | 2320 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.KeySet 2321 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.KeySet 2375 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.Values 2376 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.Values 2429 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.EntrySet 2430 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.EntrySet
|
| D | ScheduledThreadPoolExecutor.java | 1189 public Object[] toArray() { in toArray() method in ScheduledThreadPoolExecutor.DelayedWorkQueue 1200 public <T> T[] toArray(T[] a) { in toArray() method in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
| D | CopyOnWriteArrayList.java | 223 public Object[] toArray() { in toArray() method in CopyOnWriteArrayList 228 public <T> T[] toArray(T[] contents) { in toArray() method in CopyOnWriteArrayList
|
| /libcore/luni/src/main/java/java/nio/ |
| D | SelectorImpl.java | 396 public Object[] toArray() { in toArray() method in SelectorImpl.UnaddableSet 400 public <T> T[] toArray(T[] a) { in toArray() method in SelectorImpl.UnaddableSet
|
| /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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | ArrayListTest.java | 1065 public Object[] toArray() { in shrinksOnSize() method
|