public interface SetService<E> extends CollectionService<E>, Set<E>
| Modifier and Type | Method and Description |
|---|---|
SetService<E> |
threadSafe()
Returns a thread-safe version of this service (used during
parallel updates).
|
clone, comparatorperform, split, updateSetService<E> threadSafe()
CollectionServicethreadSafe in interface CollectionService<E>Copyright © 2005-2013 Javolution. All Rights Reserved.