Searched defs:newLinkedHashMap (Results 1 – 2 of 2) sorted by relevance
78 public static <K, V> java.util.LinkedHashMap<K,V> newLinkedHashMap(int numMappings) { throw new Run… in newLinkedHashMap() method in LinkedHashMap
1112 public static <K, V> LinkedHashMap<K, V> newLinkedHashMap(int numMappings) { in newLinkedHashMap() method in LinkedHashMap