HomeSort by relevance Sort by last modified time
    Searched full:bimap (Results 26 - 50 of 55) sorted by null

12 3

  /external/guava/guava/src/com/google/common/collect/
Maps.java 272 * Returns a synchronized (thread-safe) bimap backed by the specified bimap.
274 * to the backing bimap is accomplished through the returned bimap.
279 * BiMap<Long, String> map = Maps.synchronizedBiMap(
293 * <p>The returned bimap will be serializable if the specified bimap is
296 * @param bimap the bimap to be wrapped in a synchronized view
297 * @return a sychronized view of the specified bimap
    [all...]
package-info.java 25 * <dt>{@link com.google.common.collect.BiMap}
29 * an {@linkplain com.google.common.collect.BiMap#inverse inverse view} --
30 * which is another instance of {@code BiMap}.
98 * <h3>of {@link com.google.common.collect.BiMap}</h3>
ImmutableMap.java 266 // on the ImmutableMap delegate(), rather than the bimap itself
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 269 * Returns a synchronized (thread-safe) bimap backed by the specified bimap.
271 * to the backing bimap is accomplished through the returned bimap.
276 * BiMap<Long, String> map = Maps.synchronizedBiMap(
290 * <p>The returned bimap will be serializable if the specified bimap is
293 * @param bimap the bimap to be wrapped in a synchronized view
294 * @return a sychronized view of the specified bimap
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 316 tester.setDefault(BiMap.class, ImmutableBiMap.of());
602 private static final BiMap<Integer, String> INT_TO_STRING_MAP =
805 BiMap<Integer, String> mod = HashBiMap.create();
810 BiMap<Number, String> unmod = Maps.<Number, String>unmodifiableBiMap(mod);
836 BiMap<String, Number> inverse = unmod.inverse();
870 BiMap<Integer, String> map = HashBiMap.create();
    [all...]
MapConstraintsTest.java 150 BiMap<String, Integer> map = new AbstractBiMap<String, Integer>(
153 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap(
174 BiMap<String, Integer> map = new AbstractBiMap<String, Integer>(
177 BiMap<String, Integer> constrained = MapConstraints.constrainedBiMap(
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSelectionSet.java 26 import com.google.common.collect.BiMap;
70 private final BiMap<String, Long> mConversationUriToIdMap = HashBiMap.create();
207 final BiMap<Long, String> inverseMap = mConversationUriToIdMap.inverse();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapGenerators.java 33 * Generators of various {@link com.google.common.collect.BiMap}s and derived
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 764 struct bimap
770 bimap() : l(back), r(forth) { }
771 bimap(const bimap<S, T> &m)
nv50_ir_build_util.h 125 typedef bimap<Location, Value *> ValueMap;
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 42 // Sad that we can't use a BiMap. :(
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 764 struct bimap
770 bimap() : l(back), r(forth) { }
771 bimap(const bimap<S, T> &m)
nv50_ir_build_util.h 125 typedef bimap<Location, Value *> ValueMap;
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 22 import com.google.common.collect.BiMap;
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
guava-src.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 171 // get the bimap by the path
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0-sources.jar 
  /prebuilts/tools/common/guava-tools/
src.zip 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0-sources.jar 

Completed in 3651 milliseconds

12 3