Package com.itextpdf.tool.xml.html.table
Class Table.NormalRowComparator
java.lang.Object
com.itextpdf.tool.xml.html.table.Table.NormalRowComparator
- All Implemented Interfaces:
Comparator<TableRowElement>
- Enclosing class:
Table
Reorganizes table rows based on the designated normal
TableRowElement.Place
in a
table.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NormalRowComparator
private NormalRowComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<TableRowElement>
-