commit | d4e8f636372a8f4ff707bc61e9229a372cf4b3c5 | [log] [tgz] |
---|---|---|
author | Marko A. Rodriguez <okrammarko@gmail.com> | Mon Jun 22 11:29:42 2015 -0600 |
committer | Marko A. Rodriguez <okrammarko@gmail.com> | Mon Jun 22 11:29:42 2015 -0600 |
tree | 1baefa3a997364ce9bc4803b4aef784d6d288438 | |
parent | c20b46ebdbfd14b8320ee66cd54c5f0ee2e5be84 [diff] |
P.hashCode() is now based on P.originalValue() as it causes problems with MatchStep if not where where()-steps have dynamic P's based on bindings. Added MatchAlgorithmStrategy which allows the user to specify the MatchAlgorithm they want to use. Default is CountMatchAlgorithm for now.