kotlin.jvm.internal
Class CollectionToArray

java.lang.Object
  extended by kotlin.jvm.internal.CollectionToArray

public class CollectionToArray
extends Object


Method Summary
static Object[] toArray(Collection<?> collection)
           
static
<T,E> T[]
toArray(Collection<E> collection, T[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toArray

public static Object[] toArray(Collection<?> collection)

toArray

public static <T,E> T[] toArray(Collection<E> collection,
                                T[] a)


Copyright © 2016. All Rights Reserved.