Uses of Class
java.lang.SafeVarargs

Packages that use 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> boolean Collections.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 a List of 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>>
    T
    Bits.with​(T start, T... others)