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中是否有任何通用名称值对类型的东西?我需要类似的东西
Queue<NameValuePair<String,String>>存储名称值对字符串值的队列。
Queue<NameValuePair<String,String>>
commons-lang 提供了一个Pair.
Pair
见http://commons.apache.org/proper/commons-lang/javadocs/api-3.1/org/apache/commons/lang3/tuple/Pair.html
编辑:更新的网址,因为它被打破