Exemplo n.º 1
0
 public static <V> V[] array(Class<V> type, final Collection<V> array) {
   return Conversions.toArray(type, array);
 }