| Package | Description |
|---|---|
| fiftyone.mobile.detection |
| Modifier and Type | Method and Description |
|---|---|
static TrieProvider.OffsetType |
TrieProvider.OffsetType.fromByte(byte value) |
static TrieProvider.OffsetType |
TrieProvider.OffsetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrieProvider.OffsetType[] |
TrieProvider.OffsetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
TrieProvider.setNextNodePosition(TrieReader reader,
short childIndex,
short numberOfChildren,
TrieProvider.OffsetType offsetType)
Returns the position in the nodes stream of the next node.
|
static int |
TrieProvider.sizeOfOffsets(TrieProvider.OffsetType offsetType)
The number of bytes each offset takes.
|