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

/external/guava/guava-tests/test/com/google/common/escape/
H A DEscapersTest.java20 import com.google.common.collect.ImmutableMap;
90 ImmutableMap.<Character, char[]>builder()
119 final ImmutableMap<Character, char[]> replacementMap) {
129 final ImmutableMap<Integer, char[]> replacementMap) {
118 createSimpleCharEscaper( final ImmutableMap<Character, char[]> replacementMap) argument
128 createSimpleUnicodeEscaper( final ImmutableMap<Integer, char[]> replacementMap) argument
/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() {
279 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java33 * GWT emulation of {@link ImmutableMap}. For non sorted maps, it is a thin
43 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class in inherits:Map,Serializable
45 ImmutableMap() {} method in class:ImmutableMap
47 public static <K, V> ImmutableMap<K, V> of() {
51 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) {
55 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) {
59 public static <K, V> ImmutableMap<K, V> of(
65 public static <K, V> ImmutableMap<K, V> of(
71 public static <K, V> ImmutableMap<K, V> of(
118 public ImmutableMap<
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java40 * separate map which can still change, an instance of {@code ImmutableMap}
41 * contains its own data and will <i>never</i> change. {@code ImmutableMap} is
46 * <p><i>Performance notes:</i> unlike {@link HashMap}, {@code ImmutableMap} is
62 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class in inherits:Map,Serializable
69 public static <K, V> ImmutableMap<K, V> of() {
79 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) {
88 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) {
97 public static <K, V> ImmutableMap<K, V> of(
108 public static <K, V> ImmutableMap<K, V> of(
119 public static <K, V> ImmutableMap<
315 ImmutableMap() {} method in class: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/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 969 milliseconds