General cleanup and refactoring by giorgiga · Pull Request #187 · tabulapdf/tabula-java

added 18 commits

August 29, 2017 21:04
Since both classes implement Comparable<Rectangle>, their compareTo
implementations have to be compatible (previously the result of
comparing a Rectangle with an RTL TextChunk depended on which compareTo
implementation happened to be used).
Removed several redundant casts and type parameters

jazzido

@giorgiga