|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TrieProvider.OffsetType>
fiftyone.mobile.detection.TrieProvider.OffsetType
public static enum TrieProvider.OffsetType
The type of integers used to represent the offset to the children.
| Enum Constant Summary | |
|---|---|
Bits16
The offsets in the node are 16 bit integers. |
|
Bits32
The offsets in the node are 32 bit integers. |
|
Bits64
The offsets in the node are 64 bit integers. |
|
| Method Summary | |
|---|---|
static TrieProvider.OffsetType |
fromByte(byte value)
|
static TrieProvider.OffsetType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TrieProvider.OffsetType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TrieProvider.OffsetType Bits16
public static final TrieProvider.OffsetType Bits32
public static final TrieProvider.OffsetType Bits64
| Method Detail |
|---|
public static TrieProvider.OffsetType[] values()
for (TrieProvider.OffsetType c : TrieProvider.OffsetType.values()) System.out.println(c);
public static TrieProvider.OffsetType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static TrieProvider.OffsetType fromByte(byte value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||