Uses of Class
java.lang.SafeVarargs
| Package | Description |
|---|---|
| java.util | |
| org.robovm.rt.bro |
-
Uses of SafeVarargs in java.util
Methods in java.util with annotations of type SafeVarargs Modifier and Type Method Description static <T> booleanCollections. addAll(Collection<? super T> c, T... a)Adds all the specified elements to the specified collection.static <T> List<T>Arrays. asList(T... array)Returns aListof the objects in the specified array.static <E extends Enum<E>>
EnumSet<E>EnumSet. of(E start, E... others)Creates a new enum set, containing only the specified elements. -
Uses of SafeVarargs in org.robovm.rt.bro
Methods in org.robovm.rt.bro with annotations of type SafeVarargs Modifier and Type Method Description static <T extends Bits<T>>
TBits. with(T start, T... others)