org.testng.collections
Class Maps
java.lang.Object
org.testng.collections.Maps
public class Maps
- extends Object
Constructor Summary |
Maps()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Maps
public Maps()
newHashMap
public static <K,V> Map<K,V> newHashMap()
newHashtable
public static <K,V> Map<K,V> newHashtable()
newListMultiMap
public static <K,V> ListMultiMap<K,V> newListMultiMap()
Copyright © 2013. All Rights Reserved.