fiftyone.mobile.detection
Interface Match.RankedSignatureIterator

Enclosing class:
Match

public static interface Match.RankedSignatureIterator

Used to iterate over the closest signatures.


Method Summary
 boolean hasNext()
           
 int next()
           
 void reset()
          Resets the iterator to be used again.
 

Method Detail

reset

void reset()
Resets the iterator to be used again.


hasNext

boolean hasNext()
Returns:
returns true if there are more elements in the next property.

next

int next()
Returns:
the next integer in the iteration.