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.
誰もが私にその例を提供できる参照ベースのリンクリストを作成しようとしていますか?
これ自体は答えではありませんが、次のドメイン クラスから始める必要があります。
public class Element{ private Object objectLink; private Element nextElement; private Element previousElement; // Getter and setter methods here }
これに追加する必要があるのは、リストの状態 (空、サイズなど) の追加、削除、およびチェックを可能にするクラスです。