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 でやるべき宿題があり、バッファ メソッドを作成するように求められ、コンストラクタは空のバッファ構造を作成する必要があります。
そのバッファが何であるかについての詳細はありません。また、バッファ内に文字を挿入し、バッファが示す文字を削除し、バッファ X の位置を左または右に移動し、バッファの文字数を伝えます。これらはすべて異なる方法で行われます。
問題は、そのバッファは何ですか??? これは具体的なものですか?