Searched refs:forcePut (Results 1 - 25 of 25) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBiMap.java48 * event. To avoid this exception, call {@link #forcePut} instead.
70 V forcePut(@Nullable K key, @Nullable V value); method in interface:BiMap
H A DEnumHashBiMap.java97 @Override public V forcePut(K key, @Nullable V value) { method in class:EnumHashBiMap
98 return super.forcePut(key, value);
H A DImmutableBiMap.java243 public V forcePut(K key, V value) { method in class:ImmutableBiMap
H A DHashBiMap.java219 public V forcePut(@Nullable K key, @Nullable V value) { method in class:HashBiMap
518 public K forcePut(@Nullable V value, @Nullable K key) { method in class:HashBiMap.Inverse
H A DAbstractBiMap.java115 public V forcePut(@Nullable K key, @Nullable V value) { method in class:AbstractBiMap
H A DMapConstraints.java365 public V forcePut(K key, V value) { method in class:MapConstraints.ConstrainedBiMap
367 return delegate().forcePut(key, value);
H A DSynchronized.java1133 public V forcePut(K key, V value) { method in class:Synchronized.SynchronizedBiMap
1135 return delegate().forcePut(key, value);
H A DMaps.java1261 public V forcePut(K key, V value) { method in class:Maps.UnmodifiableBiMap
1789 * put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
1896 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
2016 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an
2410 public V forcePut(@Nullable K key, @Nullable V value) { method in class:Maps.FilteredEntryBiMap
2412 return unfiltered().forcePut(key, value);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumHashBiMap.java92 @Override public V forcePut(K key, @Nullable V value) { method in class:EnumHashBiMap
93 return super.forcePut(key, value);
H A DHashBiMap.java78 @Override public V forcePut(@Nullable K key, @Nullable V value) { method in class:HashBiMap
79 return super.forcePut(key, value);
H A DImmutableBiMap.java117 public final V forcePut(K key, V value) { method in class:ImmutableBiMap
H A DAbstractBiMap.java111 public V forcePut(@Nullable K key, @Nullable V value) { method in class:AbstractBiMap
H A DSynchronized.java1120 public V forcePut(K key, V value) { method in class:Synchronized.SynchronizedBiMap
1122 return delegate().forcePut(key, value);
H A DMaps.java1232 public V forcePut(K key, V value) { method in class:Maps.UnmodifiableBiMap
1760 * put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
1867 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
1987 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an
2381 public V forcePut(@Nullable K key, @Nullable V value) { method in class:Maps.FilteredEntryBiMap
2383 return unfiltered().forcePut(key, value);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedBiMapTest.java113 public V forcePut(K key, V value) { method in class:SynchronizedBiMapTest.TestBiMap
115 return delegate.forcePut(key, value);
133 create().forcePut(null, null);
H A DMapConstraintsTest.java196 constrained.forcePut(TEST_KEY, 3);
200 constrained.inverse().forcePut(TEST_VALUE, "baz");
204 constrained.inverse().forcePut(3, TEST_KEY);
H A DImmutableBiMapTest.java438 bimap.forcePut("three", 3);
H A DMapsTest.java1104 unmod.forcePut(4, "four");
1119 inverse.forcePut("four", 4);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapPutTester.java28 * Tester for {@code BiMap.put} and {@code BiMap.forcePut}.
82 getMap().forcePut(k1, v0);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMapConstraintsTest.java194 constrained.forcePut(TEST_KEY, 3);
198 constrained.inverse().forcePut(TEST_VALUE, "baz");
202 constrained.inverse().forcePut(3, TEST_KEY);
H A DImmutableBiMapTest.java397 bimap.forcePut("three", 3);
H A DMapsTest.java957 unmod.forcePut(4, "four");
972 inverse.forcePut("four", 4);
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 406 milliseconds