| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities |
| Modifier and Type | Method and Description |
|---|---|
Values |
Match.getValues(Property property)
Gets the values associated with the property name using the profiles
found by the match.
|
Values |
Match.getValues(String propertyName)
Gets the values associated with the property name using the profiles
found by the match.
|
| Modifier and Type | Field and Description |
|---|---|
private Values |
Property.values |
| Modifier and Type | Field and Description |
|---|---|
private SortedList<String,Values> |
Profile.nameToValues |
| Modifier and Type | Method and Description |
|---|---|
private Values |
Property.doGetValues()
Returns the values which reference the property by starting at the first
value index and moving forward until a new property is found.
|
Values |
Property.getValues()
An array of values the property has available.
|
Values |
Profile.getValues(Property property)
Gets the values associated with the property.
|
Values |
Profile.getValues(String propertyName)
Gets the values associated with the property name.
|