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

Packages that use Match.PossibleSignature
fiftyone.mobile.detection   
 

Uses of Match.PossibleSignature in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection declared as Match.PossibleSignature
(package private)  Match.PossibleSignature Match.PossibleSignatures.first
           
(package private)  Match.PossibleSignature Match.PossibleSignatures.last
           
 Match.PossibleSignature Match.PossibleSignature.next
          The next signature index in the linked list.
 Match.PossibleSignature Match.PossibleSignature.previous
          The previous signature index in the linked list.
 

Methods in fiftyone.mobile.detection with parameters of type Match.PossibleSignature
(package private)  void Match.PossibleSignatures.add(Match.PossibleSignature newItem)
          Adds the item to the end of the linked list.
(package private)  void Match.PossibleSignatures.addAfter(Match.PossibleSignature existing, Match.PossibleSignature newItem)
           
(package private)  void Match.PossibleSignatures.addBefore(Match.PossibleSignature existing, Match.PossibleSignature newItem)
           
(package private)  void Match.PossibleSignatures.remove(Match.PossibleSignature existing)
          Removes any reference to this element from the linked list.