| /libcore/ojluni/annotations/flagged_api/java/util/ |
| D | Map.annotated.java | 86 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2) { throw new RuntimeException("St… in of() 88 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3) { throw new RuntimeE… in of() 90 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { throw … in of() 92 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 94 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 96 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 98 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 100 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 102 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of()
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | Map.annotated.java | 88 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 90 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 92 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 94 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 96 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 98 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 100 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 102 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of() 104 … V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libcor… in of()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Map.java | 1384 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() 1406 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 1430 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 1456 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 1484 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1516 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1550 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1586 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1624 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of()
|
| D | WeakHashMap.java | 748 Object k2 = e.getKey(); in equals() local
|
| D | TreeMap.java | 1604 final int compare(Object k1, Object k2) { in compare()
|
| /libcore/ojluni/src/test/java/util/AbstractMap/ |
| D | AbstractMapClone.java | 68 Set k2 = m2.keySet(); in main() local
|
| /libcore/ojluni/src/test/java/util/Map/ |
| D | EntryComparators.java | 45 private <K, V> void assertPairComparison(K k1, V v1, K k2, V v2, in assertPairComparison()
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | EntryTest.java | 28 static final String k2 = "2"; field in EntryTest
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | EntryTest.java | 65 static final String k2 = "2"; field in EntryTest
|
| /libcore/ojluni/src/test/java/lang/StackWalker/ |
| D | StackStreamTest.java | 255 void k2() { in k2() method in StackStreamTest.K
|
| /libcore/ojluni/src/test/java/util/IdentityHashMap/ |
| D | Basic.java | 130 final Box k2 = new Box(42); field in Basic
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | CollectionsTest.java | 1627 private static<K,V> Map<K, V> createMap(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in createMap()
|