> Note: It is generally a good idea for comparators to also implement > java.io.Serializable, as they may be used as ordering methods in > serializable data structures (like TreeSet, TreeMap). In order for the > data structure to serialize successfully, the comparator (if provided) > must implement Serializable. > > So i think i could do also this, ok ?
Huh - yeah, sounds fine to me.
