Searched defs:ImmutableMap (Results 1 - 10 of 10) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DPolicyFactory.java39 import com.google.common.collect.ImmutableMap;
56 private final ImmutableMap<String, ElementAndAttributePolicies> policies;
57 private final ImmutableMap<String, AttributePolicy> globalAttrPolicies;
61 ImmutableMap<String, ElementAndAttributePolicies> policies,
63 ImmutableMap<String, AttributePolicy> globalAttrPolicies) {
134 ImmutableMap.Builder<String, ElementAndAttributePolicies> b
135 = ImmutableMap.builder();
172 ImmutableMap<String, AttributePolicy> allGlobalAttrPolicies;
178 ImmutableMap.Builder<String, AttributePolicy> ab = ImmutableMap
60 PolicyFactory( ImmutableMap<String, ElementAndAttributePolicies> policies, ImmutableSet<String> textContainers, ImmutableMap<String, AttributePolicy> globalAttrPolicies) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
21 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
61 class ImmutableMap { class in namespace:llvm
79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
85 ImmutableMap &operator=(const ImmutableMap &X) {
93 ~ImmutableMap() {
298 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java38 * separate map which can still change, an instance of {@code ImmutableMap}
39 * contains its own data and will <i>never</i> change. {@code ImmutableMap} is
44 * <p><i>Performance notes:</i> unlike {@link HashMap}, {@code ImmutableMap} is
56 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class in inherits:Map,Serializable
64 public static <K, V> ImmutableMap<K, V> of() {
65 return (ImmutableMap<K, V>) EmptyImmutableMap.INSTANCE;
74 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) {
84 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) {
93 public static <K, V> ImmutableMap<K, V> of(
104 public static <K, V> ImmutableMap<
293 ImmutableMap() {} method in class:ImmutableMap
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java31 * GWT emulation of {@link ImmutableMap}. For non sorted maps, it is a thin
41 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class in inherits:Map,Serializable
45 ImmutableMap() { method in class:ImmutableMap
49 ImmutableMap(Map<? extends K, ? extends V> delegate) { method in class:ImmutableMap
54 ImmutableMap(Entry<? extends K, ? extends V>... entries) { method in class:ImmutableMap
68 public static <K, V> ImmutableMap<K, V> of() {
69 return (ImmutableMap<K, V>) EmptyImmutableMap.INSTANCE;
72 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) {
77 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) {
81 public static <K, V> ImmutableMap<
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties 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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 120 milliseconds