Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キーと値として 2 つの行列を発行しようとしています。1 つのマトリックスをキーとして、もう 1 つを値として。WritableComparable を実装するクラスを作成しました。
しかし、私は何を書くべきか混乱しています:
@Override public int compareTo(MW o) { // TODO Auto-generated method stub return 0; }
この CompareTo() は何を意図していますか?