org.wicketstuff.minis.model.collection
Class DetachableHashSet<T>
java.lang.Object
org.wicketstuff.minis.model.collection.AbstractDetachableCollection<T>
org.wicketstuff.minis.model.collection.DetachableSet<T>
org.wicketstuff.minis.model.collection.DetachableHashSet<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- Serializable, Iterable<T>, Collection<T>, Set<T>, org.apache.wicket.model.IDetachable, org.apache.wicket.util.io.IClusterable
public class DetachableHashSet<T>
- extends DetachableSet<T>
A hash set that can be converted between attached and detached states.
- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
AbstractDetachableSet,
AbstractDetachableCollection,
Serialized Form
| Methods inherited from class org.wicketstuff.minis.model.collection.DetachableSet |
add, addAll, clear, contains, containsAll, getAttachedStore, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
DetachableHashSet
public DetachableHashSet(IDetachCodec<T> codec)
- Parameters:
codec -
newAttachedStore
protected Collection<T> newAttachedStore()
- Creates a collection used to store elements in attached state
- Specified by:
newAttachedStore in class AbstractDetachableCollection<T>
- Returns:
- collection used to store elements in attached state
Copyright © 2018. All rights reserved.