Searched defs:ImmutableMapEntrySet (Results 1 – 2 of 2) sorted by relevance
34 abstract class ImmutableMapEntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class70 ImmutableMapEntrySet() {} in ImmutableMapEntrySet() method in ImmutableMapEntrySet
36 abstract class ImmutableMapEntrySet<K, V> extends ImmutableSet.CachingAsList<Entry<K, V>> { class82 ImmutableMapEntrySet() {} in ImmutableMapEntrySet() method in ImmutableMapEntrySet