/libcore/luni/src/main/java/java/util/ |
D | Collection.java | 292 public Object[] toArray(); in toArray() method 315 public <T> T[] toArray(T[] array); in toArray() method
|
D | Set.java | 178 public Object[] toArray(); in toArray() method 195 public <T> T[] toArray(T[] array); in toArray() method
|
D | AbstractCollection.java | 339 public Object[] toArray() { in toArray() method in AbstractCollection 350 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 | 956 public Object[] toArray() { in toArray() method in Hashtable.KeySet 961 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.KeySet 991 public Object[] toArray() { in toArray() method in Hashtable.Values 996 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.Values 1053 public Object[] toArray() { in toArray() method in Hashtable.EntrySet 1058 public <T> T[] toArray(T[] a) { in toArray() method in Hashtable.EntrySet
|
D | ArrayDeque.java | 770 public Object[] toArray() { in toArray() method in ArrayDeque 795 public <T> T[] toArray(T[] array) { in toArray() method in ArrayDeque
|
D | ArrayList.java | 497 @Override public Object[] toArray() { in toArray() method in ArrayList 519 @Override public <T> T[] toArray(T[] contents) { in toArray() method in ArrayList
|
D | Vector.java | 964 public synchronized Object[] toArray() { in toArray() method 986 public synchronized <T> T[] toArray(T[] contents) { in toArray() method
|
D | LinkedList.java | 923 public Object[] toArray() { in toArray() method in LinkedList 951 public <T> T[] toArray(T[] contents) { in toArray() method in LinkedList
|
D | Arrays.java | 134 public Object[] toArray() { in toArray() method in Arrays.ArrayList 140 public <T> T[] toArray(T[] contents) { in toArray() method in Arrays.ArrayList
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 138 public Object[] toArray() { in toArray() method in CopyOnWriteArraySet 184 public <T> T[] toArray(T[] a) { in toArray() method in CopyOnWriteArraySet
|
D | DelayQueue.java | 390 public Object[] toArray() { in toArray() method in DelayQueue 436 public <T> T[] toArray(T[] a) { in toArray() method in DelayQueue
|
D | PriorityBlockingQueue.java | 358 public Object[] toArray() { in toArray() method in PriorityBlockingQueue 484 public <T> T[] toArray(T[] a) { in toArray() method in PriorityBlockingQueue
|
D | CopyOnWriteArrayList.java | 430 public Object[] toArray() { in toArray() method in CopyOnWriteArrayList 435 public <T> T[] toArray(T[] a) { in toArray() method in CopyOnWriteArrayList 594 static Object[] toArray(Object[] data, int start, int size) { in toArray() method in CopyOnWriteArrayList 606 static Object[] toArray(Object[] to, Object[] data, int start, int size) { in toArray() method in CopyOnWriteArrayList 1075 public Object[] toArray() { in toArray() method in CopyOnWriteArrayList.SubList 1080 public Object[] toArray(Object[] a) { in toArray() method in CopyOnWriteArrayList.SubList
|
D | LinkedBlockingQueue.java | 546 public Object[] toArray() { in toArray() method in LinkedBlockingQueue 597 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingQueue
|
D | ArrayBlockingQueue.java | 483 public Object[] toArray() { in toArray() method in ArrayBlockingQueue 537 public <T> T[] toArray(T[] a) { in toArray() method in ArrayBlockingQueue
|
D | ConcurrentLinkedQueue.java | 460 public Object[] toArray() { in toArray() method in ConcurrentLinkedQueue 508 public <T> T[] toArray(T[] a) { in toArray() method in ConcurrentLinkedQueue
|
D | LinkedBlockingDeque.java | 855 public Object[] toArray() { in toArray() method in LinkedBlockingDeque 906 public <T> T[] toArray(T[] a) { in toArray() method in LinkedBlockingDeque
|
D | SynchronousQueue.java | 1013 public Object[] toArray() { in toArray() method in SynchronousQueue 1025 public <T> T[] toArray(T[] a) { in toArray() method in SynchronousQueue
|
D | ConcurrentSkipListMap.java | 2375 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.KeySet 2376 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.KeySet 2430 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.Values 2431 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.Values 2484 public Object[] toArray() { return toList(this).toArray(); } in toArray() method in ConcurrentSkipListMap.EntrySet 2485 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); } in toArray() method in ConcurrentSkipListMap.EntrySet
|
D | ScheduledThreadPoolExecutor.java | 1187 public Object[] toArray() { in toArray() method in ScheduledThreadPoolExecutor.DelayedWorkQueue 1198 public <T> T[] toArray(T[] a) { in toArray() method in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
D | ConcurrentLinkedDeque.java | 1012 public Object[] toArray() { in toArray() method in ConcurrentLinkedDeque 1053 public <T> T[] toArray(T[] a) { in toArray() method in ConcurrentLinkedDeque
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
D | CollectionsTest.java | 502 public Object[] toArray() { in toArray() method in CollectionsTest.Mock_Collection 506 public Object[] toArray(Object[] a) { in toArray() method in CollectionsTest.Mock_Collection 558 public Object[] toArray() { in toArray() method in CollectionsTest.Mock_WrongCollection 562 public Object[] toArray(Object[] a) { in toArray() method in CollectionsTest.Mock_WrongCollection
|
D | ArrayListTest.java | 999 public Object[] toArray() { in shrinksOnSize() method
|
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
D | SelectorImpl.java | 445 public Object[] toArray() { in toArray() method in SelectorImpl.UnaddableSet 449 public <T> T[] toArray(T[] a) { in toArray() method in SelectorImpl.UnaddableSet
|