If you want to store a key-value pair, then ArrayList is not the correct data structure, you should try any implementation of Map Interface, like HashMap, ...
確定! 回上一頁