protected static class AbstractDualBidiMap.EntrySet<K,V> extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Set<Map.Entry<K,V>>
parent
Modifier | Constructor and Description |
---|---|
protected |
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap<K,V> parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object obj) |
clear, removeAll, retainAll
add, addAll, contains, containsAll, decorated, equals, hashCode, isEmpty, setCollection, size, toArray, toArray, toString
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.