Home
last modified time | relevance | path

Searched defs:ImmutableEntry (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DImmutableEntry.java29 class ImmutableEntry<K, V> extends AbstractMapEntry<K, V> class
34 ImmutableEntry(@Nullable K key, @Nullable V value) { in ImmutableEntry() method in ImmutableEntry
DMultisets.java294 static final class ImmutableEntry<E> extends AbstractEntry<E> implements class in Multisets
299 ImmutableEntry(@Nullable E element, int count) { in ImmutableEntry() method in Multisets.ImmutableEntry
/external/guava/guava-gwt/src/com/google/common/collect/
DImmutableEntry_CustomFieldSerializer.java32 ImmutableEntry<?, ?> instance) { in deserialize() argument
43 ImmutableEntry<?, ?> instance) throws SerializationException { in serialize() argument