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.
java.util.ArrayList と java.util.LinkedList を内部的に利用する List 実装を作成しました。今、動的にロードして Java から呼び出したい一連の JAR がありますが、実装がどこにでもリダイレクトされるため、LinkedList または ArrayList を使用します。
ソースを JAR にダウンロードし、すべてを手動で置き換えてから再コンパイルすることなく、これを行う方法はありますか?