Uses of Class
fiftyone.mobile.detection.SortedList

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

Uses of SortedList in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection declared as SortedList
private  SortedList<MatchMethods,Long> Provider.methodCounts
          The number of detections performed using the method.
 

Uses of SortedList in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as SortedList
private  SortedList<String,Values> Profile.nameToValues
           
 

Methods in fiftyone.mobile.detection.entities that return SortedList
 SortedList<String,List<String>> Signature.getPropertyValuesAsStrings()
          Gets a string list of the properties and names.