|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.util.collection.AbstractDetachableCollection<T>
org.wicketstuff.minis.util.collection.DetachableSet<T>
org.wicketstuff.minis.util.collection.DetachableHashSet<T>
T - public class DetachableHashSet<T>
A hash set that can be converted between attached and detached states.
AbstractDetachableSet,
AbstractDetachableCollection,
Serialized Form| Constructor Summary | |
|---|---|
DetachableHashSet(IDetachCodec<T> codec)
|
|
| Method Summary | |
|---|---|
protected java.util.Collection<T> |
newAttachedStore()
Creates a collection used to store elements in attached state |
| Methods inherited from class org.wicketstuff.minis.util.collection.DetachableSet |
|---|
add, addAll, clear, contains, containsAll, getAttachedStore, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class org.wicketstuff.minis.util.collection.AbstractDetachableCollection |
|---|
attach, detach, equals, hashCode |
| 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 DetachableHashSet(IDetachCodec<T> codec)
codec - | Method Detail |
|---|
protected java.util.Collection<T> newAttachedStore()
AbstractDetachableCollection
newAttachedStore in class AbstractDetachableCollection<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||