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