private class AbstractInputCheckedMapDecorator.EntrySet extends AbstractSetDecorator<java.util.Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator<K,V> |
parent
The parent map
|
private static long |
serialVersionUID
Generated serial version ID.
|
Modifier | Constructor and Description |
---|---|
protected |
EntrySet(java.util.Set<java.util.Map.Entry<K,V>> set,
AbstractInputCheckedMapDecorator<K,V> parent) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Map.Entry<K,V>> |
iterator() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
decorated, equals, hashCode
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, removeIf, retainAll, setCollection, size, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private final AbstractInputCheckedMapDecorator<K,V> parent
protected EntrySet(java.util.Set<java.util.Map.Entry<K,V>> set, AbstractInputCheckedMapDecorator<K,V> parent)
public java.util.Iterator<java.util.Map.Entry<K,V>> iterator()
iterator
in interface java.lang.Iterable<java.util.Map.Entry<K,V>>
iterator
in interface java.util.Collection<java.util.Map.Entry<K,V>>
iterator
in interface java.util.Set<java.util.Map.Entry<K,V>>
iterator
in class AbstractCollectionDecorator<java.util.Map.Entry<K,V>>
public java.lang.Object[] toArray()