Searched refs:ImmutableEntry (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-gwt/src/com/google/common/collect/
H A DImmutableEntry_CustomFieldSerializer.java25 * {@link ImmutableEntry}.
32 ImmutableEntry<?, ?> instance) {
35 public static ImmutableEntry<Object, Object> instantiate(
39 return new ImmutableEntry<Object, Object>(key, value);
43 ImmutableEntry<?, ?> instance) throws SerializationException {
/external/guava/guava/src/com/google/common/collect/
H A DImmutableEntry.java29 class ImmutableEntry<K, V> extends AbstractMapEntry<K, V> class in inherits:AbstractMapEntry,Serializable
34 ImmutableEntry(@Nullable K key, @Nullable V value) { method in class:ImmutableEntry
H A DRegularImmutableMap.java112 extends ImmutableEntry<K, V> implements LinkedEntry<K, V> {
131 private static final class TerminalEntry<K, V> extends ImmutableEntry<K, V>
H A DStandardTable.java551 new ImmutableEntry<R, V>(entry.getKey(), value))) {
716 new ImmutableEntry<C, Object>(columnKey, obj))) {
1001 return new ImmutableEntry<R, Map<C, V>>(rowKey, row(rowKey));
1058 return new ImmutableEntry<C, Map<R, V>>(
1102 if (!c.contains(new ImmutableEntry<C, Map<R, V>>(
H A DImmutableMap.java192 if (entry instanceof ImmutableEntry<?, ?>) {
H A DMultisets.java291 return new ImmutableEntry<E>(e, n);
294 static final class ImmutableEntry<E> extends AbstractEntry<E> implements class in class:Multisets
299 ImmutableEntry(@Nullable E element, int count) { method in class:Multisets.ImmutableEntry
H A DMapMaker.java742 static final class RemovalNotification<K, V> extends ImmutableEntry<K, V> {
H A DMaps.java722 return new ImmutableEntry<K, V>(key, value);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java120 if (entry instanceof ImmutableEntry<?, ?>) {
H A DMaps.java693 return new ImmutableEntry<K, V>(key, value);
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 200 milliseconds