Need to store a 2d list but not using array

不羁的心 提交于 2019-11-27 16:32:47

Best option in Java is a Map<String, String>.

As is so urgent, take a look by yourself in the MAP API and in this Google search

Also you can use Set, be my guest and take a look into this Link

I would recommend Map<String, String>. If you have time, read THIS

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!