T
- public class DetachableHashSet<T> extends DetachableSet<T>
AbstractDetachableSet
,
AbstractDetachableCollection
,
Serialized FormConstructor 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, toArray
attach, detach, equals, hashCode
public DetachableHashSet(IDetachCodec<T> codec)
codec
- protected Collection<T> newAttachedStore()
newAttachedStore
in class AbstractDetachableCollection<T>
Copyright © 2015. All rights reserved.