| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<Component> |
Dataset.components |
ReadonlyList<Map> |
Dataset.maps |
ReadonlyList<Node> |
Dataset.nodes
List of nodes the data set contains.
|
ReadonlyList<ProfileOffset> |
Dataset.profileOffsets
List of profile offsets the data set contains.
|
ReadonlyList<Profile> |
Dataset.profiles
A list of all the possible profiles the data set contains.
|
ReadonlyList<Property> |
Dataset.properties |
ReadonlyList<RankedSignatureIndex> |
Dataset.rankedSignatureIndexes
A list of signature indexes ordered in ascending order of rank.
|
ReadonlyList<Node> |
Dataset.rootNodes
Nodes for each of the possible character positions in the user agent.
|
ReadonlyList<Signature> |
Dataset.signatures
A list of all the signatures the data set contains.
|
ReadonlyList<AsciiString> |
Dataset.strings
A list of ASCII byte arrays for strings used by the dataset.
|
ReadonlyList<Value> |
Dataset.values |
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Component> |
Dataset.getComponents()
A list of all the components the data set contains.
|
ReadonlyList<Map> |
Dataset.getMaps()
A list of all property maps the data set contains.
|
ReadonlyList<Node> |
Dataset.getNodes()
List of nodes the data set contains.
|
ReadonlyList<Profile> |
Dataset.getProfiles()
A list of all the possible profiles the data set contains.
|
ReadonlyList<Property> |
Dataset.getProperties()
A list of all properties the data set contains.
|
ReadonlyList<Signature> |
Dataset.getSignatures()
List of signatures the data set contains.
|
ReadonlyList<Value> |
Dataset.getValues()
A list of all property values the data set contains.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseList<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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamFixedList<T extends BaseEntity>
Constructs a new instance of FixedList.
|
class |
StreamVariableList<T extends BaseEntity>
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|