Class SmallSortedMap.EntrySet

java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
com.google.protobuf.SmallSortedMap.EntrySet
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Direct Known Subclasses:
SmallSortedMap.DescendingEntrySet
Enclosing class:
SmallSortedMap<K extends Comparable<K>,V>

private class SmallSortedMap.EntrySet extends AbstractSet<Map.Entry<K,V>>
Stateless view of the entries in the field map.