|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CollectionProxy
public class CollectionProxy
| Field Summary | |
|---|---|
protected Collection |
adaptee_
_more_ |
| Constructor Summary | |
|---|---|
CollectionProxy(Collection adaptee)
_more_ |
|
| Method Summary | |
|---|---|
boolean |
add(Object arg)
_more_ |
boolean |
addAll(Collection arg)
_more_ |
void |
clear()
_more_ |
boolean |
contains(Object arg)
_more_ |
boolean |
containsAll(Collection arg)
_more_ |
boolean |
isEmpty()
_more_ |
Iterator |
iterator()
_more_ |
static void |
main(String[] args)
_more_ |
boolean |
remove(Object arg)
_more_ |
boolean |
removeAll(Collection arg)
_more_ |
boolean |
retainAll(Collection arg)
_more_ |
int |
size()
_more_ |
Object[] |
toArray()
_more_ |
Object[] |
toArray(Object[] arg)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Field Detail |
|---|
protected final Collection adaptee_
| Constructor Detail |
|---|
public CollectionProxy(Collection adaptee)
adaptee - | Method Detail |
|---|
public boolean add(Object arg)
add in interface Collectionarg -
public boolean addAll(Collection arg)
addAll in interface Collectionarg -
public void clear()
clear in interface Collectionpublic boolean contains(Object arg)
contains in interface Collectionarg -
public boolean containsAll(Collection arg)
containsAll in interface Collectionarg -
public boolean isEmpty()
isEmpty in interface Collectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectionpublic boolean remove(Object arg)
remove in interface Collectionarg -
public boolean removeAll(Collection arg)
removeAll in interface Collectionarg -
public boolean retainAll(Collection arg)
retainAll in interface Collectionarg -
public int size()
size in interface Collectionpublic Object[] toArray()
toArray in interface Collectionpublic Object[] toArray(Object[] arg)
toArray in interface Collectionarg -
public static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||