static class AbstractInputCheckedMapDecorator.EntrySet extends AbstractSetDecorator
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator |
parent
The parent map
|
collection
Modifier | Constructor and Description |
---|---|
protected |
EntrySet(java.util.Set set,
AbstractInputCheckedMapDecorator parent) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
iterator() |
java.lang.Object[] |
toArray() |
java.lang.Object[] |
toArray(java.lang.Object[] array) |
getSet
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, remove, removeAll, retainAll, size, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final AbstractInputCheckedMapDecorator parent
protected EntrySet(java.util.Set set, AbstractInputCheckedMapDecorator parent)
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in interface java.util.Set
iterator
in class AbstractCollectionDecorator
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection
toArray
in interface java.util.Set
toArray
in class AbstractCollectionDecorator
public java.lang.Object[] toArray(java.lang.Object[] array)
toArray
in interface java.util.Collection
toArray
in interface java.util.Set
toArray
in class AbstractCollectionDecorator