Searched defs:forcePut (Results 1 – 13 of 13) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | BiMap.java | 70 V forcePut(@Nullable K key, @Nullable V value); in forcePut() method
|
D | EnumHashBiMap.java | 94 public V forcePut(K key, @Nullable V value) { in forcePut() method in EnumHashBiMap
|
D | ImmutableBiMap.java | 404 public V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|
D | HashBiMap.java | 300 public V forcePut(@Nullable K key, @Nullable V value) { in forcePut() method in HashBiMap
|
D | AbstractBiMap.java | 124 public V forcePut(@Nullable K key, @Nullable V value) { in forcePut() method in AbstractBiMap
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | BiMap.java | 70 V forcePut(@NullableDecl K key, @NullableDecl V value); in forcePut() method
|
D | EnumHashBiMap.java | 94 public V forcePut(K key, @NullableDecl V value) { in forcePut() method in EnumHashBiMap
|
D | ImmutableBiMap.java | 342 public V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|
D | AbstractBiMap.java | 123 public V forcePut(@NullableDecl K key, @NullableDecl V value) { in forcePut() method in AbstractBiMap
|
D | HashBiMap.java | 300 public V forcePut(@NullableDecl K key, @NullableDecl V value) { in forcePut() method in HashBiMap 938 public K forcePut(@NullableDecl V value, @NullableDecl K key) { in forcePut() method in Inverse
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedBiMapTest.java | 114 public V forcePut(K key, V value) { in forcePut() method in SynchronizedBiMapTest.TestBiMap
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedBiMapTest.java | 115 public V forcePut(K key, V value) { in forcePut() method in SynchronizedBiMapTest.TestBiMap
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableBiMap.java | 162 public final V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|