Uses of Class
fiftyone.mobile.detection.entities.Values

Packages that use Values
fiftyone.mobile.detection   
fiftyone.mobile.detection.entities   
 

Uses of Values in fiftyone.mobile.detection
 

Methods in fiftyone.mobile.detection that return Values
 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.
 

Uses of Values in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as Values
private  Values Property.values
           
 

Fields in fiftyone.mobile.detection.entities with type parameters of type Values
private  SortedList<String,Values> Profile.nameToValues
           
 

Methods in fiftyone.mobile.detection.entities that return Values
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.