|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Collection
size
in interface Set
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface Set
public boolean contains(Object o)
contains
in interface Collection
contains
in interface Set
public Object[] toArray()
toArray
in interface Collection
toArray
in interface Set
public Object[] toArray(Object[] a)
toArray
in interface Collection
toArray
in interface Set
public String toString()
toString
in class Object
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
public boolean add(Object o)
add
in interface Collection
add
in interface Set
public boolean remove(Object o)
remove
in interface Collection
remove
in interface Set
public boolean containsAll(Collection coll)
containsAll
in interface Collection
containsAll
in interface Set
public boolean addAll(Collection coll)
addAll
in interface Collection
addAll
in interface Set
public boolean removeAll(Collection coll)
removeAll
in interface Collection
removeAll
in interface Set
public boolean retainAll(Collection coll)
retainAll
in interface Collection
retainAll
in interface Set
public void clear()
clear
in interface Collection
clear
in interface Set
public boolean equals(Object o)
equals
in interface Collection
equals
in interface Set
equals
in class Object
public int hashCode()
hashCode
in interface Collection
hashCode
in interface Set
hashCode
in class Object
public Set getModifiableSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |