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.
|
CollectionService<E> |
threadSafe()
Returns a thread-safe version of this service (used during
parallel updates).
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
perform, split, update
CollectionService<E> clone() throws CloneNotSupportedException
CloneNotSupportedException
Equality<? super E> comparator()
CollectionService<E> threadSafe()
Copyright © 2005-2013 Javolution. All Rights Reserved.