Uses of Class
org.robovm.rt.bro.Bits

Packages that use Bits
Package Description
org.robovm.rt.bro  
  • Uses of Bits in org.robovm.rt.bro

    Classes in org.robovm.rt.bro with type parameters of type Bits
    Modifier and Type Class Description
    class  Bits<T extends Bits<T>>  
    Methods in org.robovm.rt.bro with type parameters of type Bits
    Modifier and Type Method Description
    protected static <T extends Bits<T>>
    T[]
    Bits._values​(Class<T> cls)  
    static <T extends Bits<T>>
    T
    Bits.with​(T t)  
    static <T extends Bits<T>>
    T
    Bits.with​(T t1, T t2)  
    static <T extends Bits<T>>
    T
    Bits.with​(T start, T... others)  
    static <T extends Bits<T>>
    T
    Bits.with​(T t1, T t2, T t3)  
    static <T extends Bits<T>>
    T
    Bits.with​(T t1, T t2, T t3, T t4)  
    static <T extends Bits<T>>
    T
    Bits.with​(T t1, T t2, T t3, T t4, T t5)  
    Methods in org.robovm.rt.bro that return Bits
    Modifier and Type Method Description
    protected abstract T[] Bits._values()  
    protected static <T extends Bits<T>>
    T[]
    Bits._values​(Class<T> cls)  
    static Bits<?> Bits.AsByteMarshaler.toObject​(Class<?> cls, byte value, long flags)  
    static Bits<?> Bits.AsIntMarshaler.toObject​(Class<?> cls, int value, long flags)  
    static Bits<?> Bits.AsLongMarshaler.toObject​(Class<?> cls, long value, long flags)  
    static Bits<?> Bits.AsMachineSizedIntMarshaler.toObject​(Class<?> cls, long value, long flags)  
    static Bits<?> Bits.AsShortMarshaler.toObject​(Class<?> cls, short value, long flags)  
    Methods in org.robovm.rt.bro with parameters of type Bits
    Modifier and Type Method Description
    static byte Bits.AsByteMarshaler.toNative​(Bits<?> o, long flags)  
    static int Bits.AsIntMarshaler.toNative​(Bits<?> o, long flags)  
    static long Bits.AsLongMarshaler.toNative​(Bits<?> o, long flags)  
    static long Bits.AsMachineSizedIntMarshaler.toNative​(Bits<?> o, long flags)  
    static short Bits.AsShortMarshaler.toNative​(Bits<?> o, long flags)  
    static <T extends Bits<T>>
    T
    Bits.with​(T start, T... others)