Uses of Class
fiftyone.mobile.detection.Match.PossibleSignatures

Packages that use Match.PossibleSignatures
fiftyone.mobile.detection   
 

Uses of Match.PossibleSignatures in fiftyone.mobile.detection
 

Methods in fiftyone.mobile.detection that return Match.PossibleSignatures
private  Match.PossibleSignatures Match.buildInitialList(int[] list)
           
 

Methods in fiftyone.mobile.detection with parameters of type Match.PossibleSignatures
private  int Match.getClosestSignaturesForNode(int[] signatureIndexList, Match.PossibleSignatures linkedList, int maxCount, int iteration)