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

12

/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.java1136 public V forcePut(K key, V value) { method in class:Synchronized.SynchronizedBiMap
1138 return delegate().forcePut(key, value);
H A DMaps.java1434 public V forcePut(K key, V value) { method in class:Maps.UnmodifiableBiMap
2215 * put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
2359 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an {@link
2520 * {@code put()}, {@code forcePut()} and {@code putAll()} methods throw an
3062 public V forcePut(@Nullable K key, @Nullable V value) { method in class:Maps.FilteredEntryBiMap
3064 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.java1234 unmod.forcePut(4, "four");
1249 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.java926 unmod.forcePut(4, "four");
941 inverse.forcePut("four", 4);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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 1930 milliseconds

12