I am new to java development, I am from C# .net, developing android application.
I am looking for Key-Value list to use in Java same as IDictionary in C#.
Thanks
Use the Map<K, V>
interface, and the HashMap<K, V>
class for example. Or see the "All Known Subinterfaces" section in the Map<K, V>
interface description for more implementations.
http://download.oracle.com/javase/6/docs/api/java/util/Map.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With