Android Utililty Methods Char Bit Set

List of utility methods to do Char Bit Set

Description

The list of methods to do Char Bit Set are organized into topic(s).

Method

charswap(char x)
swap
return (char) ((x << 8) | ((x >> 8) & 0xff));