Searched refs:EntrySetSerializedForm (Results 1 – 4 of 4) sorted by relevance
108 return new EntrySetSerializedForm<>(map()); in writeReplace()112 private static class EntrySetSerializedForm<K, V> implements Serializable { class in ImmutableMapEntrySet115 EntrySetSerializedForm(ImmutableMap<K, V> map) { in EntrySetSerializedForm() method in ImmutableMapEntrySet.EntrySetSerializedForm
364 return new EntrySetSerializedForm<E>(ImmutableMultiset.this); in writeReplace()371 static class EntrySetSerializedForm<E> implements Serializable { class374 EntrySetSerializedForm(ImmutableMultiset<E> multiset) { in EntrySetSerializedForm() method in EntrySetSerializedForm
120 return new EntrySetSerializedForm<>(map()); in writeReplace()124 private static class EntrySetSerializedForm<K, V> implements Serializable { class in ImmutableMapEntrySet127 EntrySetSerializedForm(ImmutableMap<K, V> map) { in EntrySetSerializedForm() method in ImmutableMapEntrySet.EntrySetSerializedForm
407 return new EntrySetSerializedForm<E>(ImmutableMultiset.this); in writeReplace()414 static class EntrySetSerializedForm<E> implements Serializable { class417 EntrySetSerializedForm(ImmutableMultiset<E> multiset) { in EntrySetSerializedForm() method in EntrySetSerializedForm