https://bz.apache.org/bugzilla/show_bug.cgi?id=58667

            Bug ID: 58667
           Summary: Make HSSFRow, XSSFRow, and SXSSFRow implement
                    Comparable interface
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

Currently XSSFRow implements the Comparable<XSSFRow> interface, HSSFRow doesn't
declare that it implements a Comparable interface but has a compareTo(Object)
method, and SXSSFRow does neither.

For consistency, all three should implement a Comparable interface. To avoid
Java generics craziness, the Row interface will NOT be required to extend
Comparable<Row>.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to