Class UInt16

All Implemented Interfaces:
Serializable, CharSequence, Comparable<UInt16>, DefaultCharSequence

public final class UInt16 extends Scalar implements Comparable<UInt16>
A number representing an unsigned 16-bit integer. Can be used for values with the XML schema type "xs:unsignedShort".
See Also: