Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DMap.annotated.java86 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/
DMap.annotated.java88 … 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/
DMap.java1384 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()
DWeakHashMap.java748 Object k2 = e.getKey(); in equals() local
DTreeMap.java1604 final int compare(Object k1, Object k2) { in compare()
/libcore/ojluni/src/test/java/util/AbstractMap/
DAbstractMapClone.java68 Set k2 = m2.keySet(); in main() local
/libcore/ojluni/src/test/java/util/Map/
DEntryComparators.java45 private <K, V> void assertPairComparison(K k1, V v1, K k2, V v2, in assertPairComparison()
/libcore/jsr166-tests/src/test/java/jsr166/
DEntryTest.java28 static final String k2 = "2"; field in EntryTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DEntryTest.java65 static final String k2 = "2"; field in EntryTest
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackStreamTest.java255 void k2() { in k2() method in StackStreamTest.K
/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java130 final Box k2 = new Box(42); field in Basic
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1627 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()