Package | Description |
---|---|
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned |
Modifier and Type | Field and Description |
---|---|
static UShort |
UShort.MAX
A constant holding the maximum value an
unsigned short can
have as UShort, 216-1. |
static UShort |
UShort.MIN
A constant holding the minimum value an
unsigned short can
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
UShort values. |
static UShort |
UMath.min(UShort a,
UShort b)
Returns the smaller of two
UShort values. |
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 short by masking it with
0xFFFF i.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 short by masking it with
0xFFFF i.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
UShort values. |
static UShort |
UMath.min(UShort a,
UShort b)
Returns the smaller of two
UShort values. |
UShort |
UShort.subtract(UShort val) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.