class UInteger : Object

public const_c uint value
public static const_c uint MAX_VALUE
public static const_c uint MIN_VALUE

public UInteger( )
public UInteger( UInteger value )
public UInteger( uint value )
public UInteger( String value )
public virtual String toString( )
public UInteger operator+( )
public UInteger operator++( )
public UInteger operator--( )
public UInteger operator~( )
public bool operator==( UInteger rightOperand )
public bool operator==( uint rightOperand )
public bool operator!=( UInteger rightOperand )
public bool operator!=( uint rightOperand )
public bool operator>( UInteger rightOperand )
public bool operator>( uint rightOperand )
public bool operator>=( UInteger rightOperand )
public bool operator>=( uint rightOperand )
public bool operator<( UInteger rightOperand )
public bool operator<( uint rightOperand )
public bool operator<=( UInteger rightOperand )
public bool operator<=( uint rightOperand )
public UInteger operator+( UInteger rightOperand )
public UInteger operator+( uint rightOperand )
public UInteger operator-( UInteger rightOperand )
public UInteger operator-( uint rightOperand )
public UInteger operator*( UInteger rightOperand )
public UInteger operator*( uint rightOperand )
public UInteger operator/( UInteger rightOperand )
public UInteger operator/( uint rightOperand )
public UInteger operator%( UInteger rightOperand )
public UInteger operator%( uint rightOperand )
public UInteger operator|( UInteger rightOperand )
public UInteger operator|( uint rightOperand )
public UInteger operator&( UInteger rightOperand )
public UInteger operator&( uint rightOperand )
public UInteger operator^( UInteger rightOperand )
public UInteger operator^( uint rightOperand )
public UInteger operator<<( UInteger rightOperand )
public UInteger operator<<( uint rightOperand )
public UInteger operator>>( UInteger rightOperand )
public UInteger operator>>( uint rightOperand )
public static String toString( uint value )