| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFixedList<T extends BaseEntity>
Provides the ability to efficiently retrieve the items from the list using
a ranged enumerable.
|
interface |
IReadonlyList<T extends BaseEntity>
Provides a read-only set of features to access the list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiString
ASCII format strings are the only ones used in the data set.
|
class |
Component
Every device can be split into the major components of hardware, operating
system, crawler and browser.
|
class |
ComponentV31
Extends
Component by providing implementation for the
ComponentV31.getHttpheaders() method. |
class |
ComponentV32
Extends
Component by providing implementation for the
ComponentV32.getHttpheaders() method. |
class |
IntegerEntity
An integer item in a list of integers.
|
class |
Map
Class used to link a property to one or more export maps.
|
class |
Node
A node in the tree of characters for each character position.
|
class |
NodeIndex
A node index contains the characters and related child nodes of the current
node should any of the characters match at the position.
|
class |
NodeIndexBase
Base class used by all node indexes containing common functionality.
|
class |
NodeNumericIndex
Represents a child of a node with a numeric value rather than character
values.
|
class |
Profile
|
class |
ProfileOffset
Maps a profile id to its position in the data file.
|
class |
Property
Encapsulates all the information about a property including how it's
values should be used and what they mean. |
class |
Signature
Signature of a User-Agent - the relevant characters from a User-Agent
structured in a manner to enable rapid comparison with a target User-Agent.
|
class |
SignatureV31
Extends
Signature to provide implementation for the abstract methods. |
class |
SignatureV32
Extends
Signature to provide implementation for the abstract methods. |
class |
Value
A value associated with a property and component within the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BaseEntity.compareTo(BaseEntity other)
Compares entities based on their Index properties.
|
| 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 |
MemoryFixedListIterator<T extends BaseEntity>
Used to iterate over the MemoryFixedList.
|
class |
MemoryVariableList<T extends BaseEntity>
A readonly list of variable length entity types held in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeV31
All data is loaded into memory when the entity is constructed.
|
class |
NodeV32
All data is loaded into memory when the entity is constructed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<T extends BaseEntity>
Provides an additional method to reduce the number of parameters passed when
adding an item to the cache.
|
class |
FixedCacheList<T extends BaseEntity>
A readonly list of fixed length entity types held on persistent storage
rather than in memory.
|
class |
StreamBaseList<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 |
StreamCacheList<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 |
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.
|
class |
StreamFixedListIterator<T extends BaseEntity>
A general class that iterates over entities in StreamVariableLists.
|
class |
StreamVariableList<T extends BaseEntity>
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|
class |
StreamVariableListIterator<T extends BaseEntity>
A general class that iterates over entities in StreamVariableLists.
|
Copyright © 2015 51Degrees. All rights reserved.