private class ContextBase.ValuesImpl
extends java.util.AbstractCollection
Private implementation of Collection
that implements the
semantics required for the value returned by values()
.
Modifier | Constructor | Description |
---|---|---|
private |
ValuesImpl() |
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, removeAll, 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