Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/collect/
DImmutableMapEntrySet.java110 private static class EntrySetSerializedForm<K, V> implements Serializable { class in ImmutableMapEntrySet
113 EntrySetSerializedForm(ImmutableMap<K, V> map) { in EntrySetSerializedForm() method in ImmutableMapEntrySet.EntrySetSerializedForm
DImmutableMultiset.java362 static class EntrySetSerializedForm<E> implements Serializable { class
365 EntrySetSerializedForm(ImmutableMultiset<E> multiset) { in EntrySetSerializedForm() method in EntrySetSerializedForm
/external/guava/guava/src/com/google/common/collect/
DImmutableMapEntrySet.java122 private static class EntrySetSerializedForm<K, V> implements Serializable { class in ImmutableMapEntrySet
125 EntrySetSerializedForm(ImmutableMap<K, V> map) { in EntrySetSerializedForm() method in ImmutableMapEntrySet.EntrySetSerializedForm