org.sonatype.sisu.goodies.common
Class Varargs
java.lang.Object
org.sonatype.sisu.goodies.common.Varargs
public class Varargs
- extends Object
Helper for simplifying use of var-args where T[] is required.
- Since:
- 1.0
Method Summary |
static
|
$(T... args)
|
static
|
va(T... args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Varargs
public Varargs()
va
public static <T> T[] va(T... args)
$
public static <T> T[] $(T... args)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.