| 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 |
|---|---|
IFixedList<IntegerEntity> |
Dataset.nodeRankedSignatureIndexes
List of integers that represent ranked signature indexes.
|
IFixedList<IntegerEntity> |
Dataset.rankedSignatureIndexes
A list of signature indexes ordered in ascending order of rank.
|
IFixedList<IntegerEntity> |
Dataset.signatureNodeOffsets
List of integers that represent signature node offsets.
|
| Modifier and Type | Method and Description |
|---|---|
IFixedList<IntegerEntity> |
Dataset.getNodeRankedSignatureIndexes()
Returns a list of integers that represent ranked signature indexes.
|
IFixedList<IntegerEntity> |
Dataset.getRankedSignatureIndexes()
Returns a list of signature indexes ordered in ascending order of rank.
|
IFixedList<IntegerEntity> |
Dataset.getSignatureNodeOffsets()
Returns a list of integers that represent signature node offsets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryFixedList<T extends BaseEntity>
A readonly list of fixed length entity types held in memory.
|
class |
PropertiesList
A list of properties in memory as a fixed list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedCacheList<T extends BaseEntity>
A readonly list of fixed length entity types held on persistent storage
rather than in memory.
|
class |
StreamFixedList<T extends BaseEntity>
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
Copyright © 2015 51Degrees. All rights reserved.