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, comparator
perform, split, update
SetService<E> threadSafe()
CollectionService
threadSafe
in interface CollectionService<E>
Copyright © 2005-2013 Javolution. All Rights Reserved.