fiftyone.mobile.detection
Class IndexDifference

java.lang.Object
  extended by fiftyone.mobile.detection.IndexDifference

 class IndexDifference
extends Object

Used in the closest match to track the difference and the character position index.


Field Summary
 int difference
           
 int index
           
 
Constructor Summary
IndexDifference()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

difference

public int difference
Constructor Detail

IndexDifference

IndexDifference()