我有一個未排序的鏈接列表。爲了對它進行排序,我想我會將值放入一個TreeSet中,並提供一個比較器,然後將這些值作爲新的鏈表返回。然而,它失敗了。 比較: public class SortSpeciesByCommonName implements Comparator<Species> {
/**
* a negative integer, zero, or a posi
我有問題根據存儲在鏈接列表中的座標繪製三角形多邊形。當我在paint component方法 Public void paintComponent (Graphics g) {
...
for (Polygon p : triangles) {
g2.drawPolygon(triangle);
... // print the elements of tria