Searched defs:singleValue (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSingletonImmutableBiMap.java37 V singleValue; field in class:SingletonImmutableBiMap
44 this.singleValue = value;
51 this.singleValue = value;
59 return inverse = new SingletonImmutableBiMap<V, K>(singleValue, singleKey, this);
67 return ImmutableSet.of(singleValue);
/external/guava/guava/src/com/google/common/collect/
H A DSingletonImmutableBiMap.java36 final transient V singleValue; field in class:SingletonImmutableBiMap
38 SingletonImmutableBiMap(K singleKey, V singleValue) { argument
39 checkEntryNotNull(singleKey, singleValue);
41 this.singleValue = singleValue;
44 private SingletonImmutableBiMap(K singleKey, V singleValue, argument
47 this.singleValue = singleValue;
56 return singleKey.equals(key) ? singleValue : null;
69 return singleValue
[all...]
H A DSingletonImmutableTable.java34 final V singleValue; field in class:SingletonImmutableTable
39 this.singleValue = checkNotNull(value);
49 ? ImmutableMap.of(singleRowKey, singleValue)
55 (Map<R, V>) ImmutableMap.of(singleRowKey, singleValue));
60 (Map<C, V>) ImmutableMap.of(singleColumnKey, singleValue));
70 cellOf(singleRowKey, singleColumnKey, singleValue));
74 return ImmutableSet.of(singleValue);
/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 186 milliseconds