private class ContextBase.EntrySetImpl
extends java.util.AbstractSet
Private implementation of Set
that implements the
semantics required for the value returned by entrySet()
.
Modifier | Constructor | Description |
---|---|---|
private |
EntrySetImpl() |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
contains(java.lang.Object obj) |
|
boolean |
isEmpty() |
|
java.util.Iterator |
iterator() |
|
boolean |
remove(java.lang.Object obj) |
|
int |
size() |
add, addAll, containsAll, retainAll, toArray, toArray, toString
public void clear()
clear
in class java.util.AbstractCollection
public boolean contains(java.lang.Object obj)
contains
in class java.util.AbstractCollection
public boolean isEmpty()
isEmpty
in class java.util.AbstractCollection
public java.util.Iterator iterator()
iterator
in class java.util.AbstractCollection
public boolean remove(java.lang.Object obj)
remove
in class java.util.AbstractCollection
public int size()
size
in class java.util.AbstractCollection