| Package | Description | 
|---|---|
| org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned | 
| Modifier and Type | Field and Description | 
|---|---|
| static UShort | UShort. MAXA constant holding the maximum value an  unsigned shortcan
 have as UShort, 216-1. | 
| static UShort | UShort. MINA constant holding the minimum value an  unsigned shortcan
 have as UShort, 0. | 
| Modifier and Type | Method and Description | 
|---|---|
| UShort | UShort. add(int val) | 
| UShort | UShort. add(UShort val) | 
| static UShort | UMath. max(UShort a,
   UShort b)Returns the greater of two  UShortvalues. | 
| static UShort | UMath. min(UShort a,
   UShort b)Returns the smaller of two  UShortvalues. | 
| UShort | UShort. subtract(int val) | 
| UShort | UShort. subtract(UShort val) | 
| static UShort | Unsigned. ushort(int value)Create an  unsigned short | 
| static UShort | Unsigned. ushort(short value)Create an  unsigned shortby masking it with0xFFFFi.e. | 
| static UShort | Unsigned. ushort(String value)Create an  unsigned short | 
| static UShort | UShort. valueOf(int value)Create an  unsigned short | 
| static UShort | UShort. valueOf(short value)Create an  unsigned shortby masking it with0xFFFFi.e. | 
| static UShort | UShort. valueOf(String value)Create an  unsigned short | 
| Modifier and Type | Method and Description | 
|---|---|
| UShort | UShort. add(UShort val) | 
| int | UShort. compareTo(UShort o) | 
| static UShort | UMath. max(UShort a,
   UShort b)Returns the greater of two  UShortvalues. | 
| static UShort | UMath. min(UShort a,
   UShort b)Returns the smaller of two  UShortvalues. | 
| UShort | UShort. subtract(UShort val) | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.