public interface CollectionService<E> extends Collection<E>, Splittable<CollectionService<E>>, Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
CollectionService<E> |
clone()
Returns a copy of this collection; updates of the copy should not
impact the original.
|
Equality<? super E> |
comparator()
Returns the comparator used for element equality or order if the
collection is sorted.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayperform, split, updateCollectionService<E> clone() throws CloneNotSupportedException
CloneNotSupportedExceptionCopyright © 2017. All rights reserved.