|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.model.collection.AbstractDetachableCollection<T>
org.wicketstuff.minis.model.collection.DetachableSet<T>
T - public abstract class DetachableSet<T>
A set that can be converted between an attached and detached state.
AbstractDetachableCollection,
Serialized Form| Constructor Summary | |
|---|---|
DetachableSet(IDetachCodec<T> codec)
Constructor |
|
| Method Summary | ||
|---|---|---|
boolean |
add(T e)
|
|
boolean |
addAll(Collection<? extends T> c)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
Set<T> |
getAttachedStore()
Returns collection used to store elements in attached state. |
|
boolean |
isEmpty()
|
|
Iterator<T> |
iterator()
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
int |
size()
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
| Methods inherited from class org.wicketstuff.minis.model.collection.AbstractDetachableCollection |
|---|
attach, detach, equals, hashCode, newAttachedStore |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public DetachableSet(IDetachCodec<T> codec)
codec - codec that will be used to transcode elements between attached and detached states| Method Detail |
|---|
public boolean add(T e)
add in interface Collection<T>add in interface Set<T>public boolean addAll(Collection<? extends T> c)
addAll in interface Collection<T>addAll in interface Set<T>public void clear()
clear in interface Collection<T>clear in interface Set<T>public boolean contains(Object o)
contains in interface Collection<T>contains in interface Set<T>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<T>containsAll in interface Set<T>public Set<T> getAttachedStore()
getAttachedStore in class AbstractDetachableCollection<T>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface Set<T>public Iterator<T> iterator()
iterator in interface Iterable<T>iterator in interface Collection<T>iterator in interface Set<T>public boolean remove(Object o)
remove in interface Collection<T>remove in interface Set<T>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<T>removeAll in interface Set<T>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<T>retainAll in interface Set<T>public int size()
size in interface Collection<T>size in interface Set<T>public Object[] toArray()
toArray in interface Collection<T>toArray in interface Set<T>public <T> T[] toArray(T[] a)
toArray in interface Collection<T>toArray in interface Set<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||