class UShort : Object public const_c ushort value public static const_c ushort MAX_VALUE public static const_c ushort MIN_VALUE public UShort( ) public UShort( UShort value ) public UShort( ushort value ) public UShort( String value ) public virtual String toString( ) public Integer operator+( ) public UShort operator++( ) public UShort operator--( ) public UShort operator~( ) public bool operator==( UShort rightOperand ) public bool operator==( ushort rightOperand ) public bool operator!=( UShort rightOperand ) public bool operator!=( ushort rightOperand ) public bool operator>( UShort rightOperand ) public bool operator>( ushort rightOperand ) public bool operator>=( UShort rightOperand ) public bool operator>=( ushort rightOperand ) public bool operator<( UShort rightOperand ) public bool operator<( ushort rightOperand ) public bool operator<=( UShort rightOperand ) public bool operator<=( ushort rightOperand ) public UShort operator+( UShort rightOperand ) public UShort operator+( ushort rightOperand ) public UShort operator-( UShort rightOperand ) public UShort operator-( ushort rightOperand ) public UShort operator*( UShort rightOperand ) public UShort operator*( ushort rightOperand ) public UShort operator/( UShort rightOperand ) public UShort operator/( ushort rightOperand ) public UShort operator%( UShort rightOperand ) public UShort operator%( ushort rightOperand ) public UShort operator|( UShort rightOperand ) public UShort operator|( ushort rightOperand ) public UShort operator&( UShort rightOperand ) public UShort operator&( ushort rightOperand ) public UShort operator^( UShort rightOperand ) public UShort operator^( ushort rightOperand ) public UShort operator<<( UShort rightOperand ) public UShort operator<<( ushort rightOperand ) public UShort operator>>( UShort rightOperand ) public UShort operator>>( ushort rightOperand ) public static String toString( ushort value ) |