public interface SetService<E> extends CollectionService<E>, Set<E>
| Modifier and Type | Method and Description |
|---|---|
SetService<E>[] |
split(int n,
boolean updateable)
Returns
n distinct parts of this object. |
clone, comparatorperform, updateSetService<E>[] split(int n, boolean updateable)
Splittablen distinct parts of this object.
This method may return an array of size less than n
(e.g. an array of size one if this object cannot split).split in interface Splittable<CollectionService<E>>n - the number of parts.updateable - true if the returned parts can be updated
concurrently; false otherwise.Copyright © 2017. All rights reserved.