Uses of Class
fiftyone.mobile.detection.MatchMethods

Packages that use MatchMethods
fiftyone.mobile.detection   
 

Uses of MatchMethods in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection declared as MatchMethods
 MatchMethods Match.method
           
(package private)  MatchMethods Match.MatchState.method
           
 

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

Methods in fiftyone.mobile.detection that return MatchMethods
 MatchMethods Match.getMethod()
          The method used to obtain the match.
static MatchMethods MatchMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchMethods[] MatchMethods.values()
          Returns an array containing the constants of this enum type, in the order they are declared.