|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.portal.pluto.om.common.UnmodifiableSet
public class UnmodifiableSet
| Field Summary | |
|---|---|
protected Set |
c
|
| Constructor Summary | |
|---|---|
UnmodifiableSet(Set c)
|
|
| Method Summary | |
|---|---|
boolean |
add(Object o)
|
boolean |
addAll(Collection coll)
|
void |
clear()
|
boolean |
contains(Object o)
|
boolean |
containsAll(Collection coll)
|
boolean |
equals(Object o)
|
Set |
getModifiableSet()
This method is only used by the ControllerFactoryImpl to unwrap the unmodifiable Set and allow to modify the set via controllers |
int |
hashCode()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
boolean |
remove(Object o)
|
boolean |
removeAll(Collection coll)
|
boolean |
retainAll(Collection coll)
|
int |
size()
|
Object[] |
toArray()
|
Object[] |
toArray(Object[] a)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Set c
| Constructor Detail |
|---|
public UnmodifiableSet(Set c)
| Method Detail |
|---|
public int size()
size in interface Collectionsize in interface Setpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface Setpublic boolean contains(Object o)
contains in interface Collectioncontains in interface Setpublic Object[] toArray()
toArray in interface CollectiontoArray in interface Setpublic Object[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface Setpublic String toString()
toString in class Objectpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setpublic boolean add(Object o)
add in interface Collectionadd in interface Setpublic boolean remove(Object o)
remove in interface Collectionremove in interface Setpublic boolean containsAll(Collection coll)
containsAll in interface CollectioncontainsAll in interface Setpublic boolean addAll(Collection coll)
addAll in interface CollectionaddAll in interface Setpublic boolean removeAll(Collection coll)
removeAll in interface CollectionremoveAll in interface Setpublic boolean retainAll(Collection coll)
retainAll in interface CollectionretainAll in interface Setpublic void clear()
clear in interface Collectionclear in interface Setpublic boolean equals(Object o)
equals in interface Collectionequals in interface Setequals in class Objectpublic int hashCode()
hashCode in interface CollectionhashCode in interface SethashCode in class Objectpublic Set getModifiableSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||