| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Field and Description |
|---|---|
ISimpleList |
Dataset.nodeRankedSignatureIndexes
List of integers that represent ranked signature indexes.
|
ISimpleList |
Dataset.rankedSignatureIndexes
A list of signature indexes ordered in ascending order of rank.
|
ISimpleList |
Dataset.signatureNodeOffsets
List of integers that represent signature node offsets.
|
| Modifier and Type | Method and Description |
|---|---|
ISimpleList |
Dataset.getNodeRankedSignatureIndexes()
Returns a list of integers that represent ranked signature indexes.
|
ISimpleList |
Dataset.getRankedSignatureIndexes()
Returns a list of signature indexes ordered in ascending order of rank.
|
ISimpleList |
Dataset.getSignatureNodeOffsets()
Returns a list of integers that represent signature node offsets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryIntegerList
Provides a way of storing integers in a list and implements utility methods
such as
MemoryIntegerList.getRange(int, int). |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerList
Provides a way of storing integers in a list and implements utility methods
such as
IntegerList.getRange(int, int). |
Copyright © 2017 51Degrees. All rights reserved.