T - public class DetachableHashSet<T> extends DetachableSet<T>
AbstractDetachableSet,
AbstractDetachableCollection,
Serialized Form| Constructor and Description |
|---|
DetachableHashSet(IDetachCodec<T> codec) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<T> |
newAttachedStore()
Creates a collection used to store elements in attached state
|
add, addAll, clear, contains, containsAll, getAttachedStore, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayattach, detach, equals, hashCodepublic DetachableHashSet(IDetachCodec<T> codec)
codec - protected Collection<T> newAttachedStore()
newAttachedStore in class AbstractDetachableCollection<T>Copyright © 2015. All rights reserved.