Class TreeBidiMap.EntryView

All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
TreeBidiMap<K extends Comparable<K>,V extends Comparable<V>>

class TreeBidiMap.EntryView extends TreeBidiMap<K,V>.View<Map.Entry<K,V>>
A view of this map.