Class HashDiff::LinearCompareArray
In: lib/hashdiff/linear_compare_array.rb
Parent: Object

@private

Used to compare arrays in a linear complexity, which produces longer diffs than using the lcs algorithm but is considerably faster

Methods

call   call   new  

Attributes

additions  [R] 
deletions  [R] 
differences  [R] 
expected_additions  [RW] 
new_array  [R] 
new_index  [RW] 
old_array  [R] 
old_index  [RW] 
options  [R] 

Public Class methods

Public Instance methods

[Validate]