| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.memory |
| Modifier and Type | Field and Description |
|---|---|
IReadonlyList<Node> |
Dataset.nodes
List of nodes the data set contains.
|
IReadonlyList<ProfileOffset> |
Dataset.profileOffsets
List of profile offsets the data set contains.
|
IReadonlyList<Profile> |
Dataset.profiles
A list of all the possible profiles the data set contains.
|
IReadonlyList<Node> |
Dataset.rootNodes
Nodes for each of the possible character positions in the User-Agent.
|
IReadonlyList<Signature> |
Dataset.signatures
A list of all the signatures the data set contains.
|
IReadonlyList<AsciiString> |
Dataset.strings
A list of ASCII byte arrays for strings used by the dataset.
|
IReadonlyList<Value> |
Dataset.values
A list of all property values the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Component> |
Dataset.getComponents()
Returns an iterable of all
Components in the current
data file. |
IReadonlyList<Map> |
Dataset.getMaps()
Returns an iterable list of maps contained within the data file.
|
IReadonlyList<Node> |
Dataset.getNodes()
List of nodes the data set contains.
|
IReadonlyList<Profile> |
Dataset.getProfiles()
A list of all the possible
profiles contained in the
current data set. |
IReadonlyList<Property> |
Dataset.getProperties()
A list of all
properties the data set contains. |
IReadonlyList<Signature> |
Dataset.getSignatures()
List of
signatures the data set contains. |
IReadonlyList<Value> |
Dataset.getValues()
A list of all
values the data set contains. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBaseList<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.
|
class |
MemoryFixedList<T extends BaseEntity>
A readonly list of fixed length entity types held in memory.
|
class |
MemoryVariableList<T extends BaseEntity>
A readonly list of variable length entity types held in memory.
|
class |
PropertiesList
A list of properties in memory as a fixed list.
|
Copyright © 2017 51Degrees. All rights reserved.