public interface TableService<E> extends CollectionService<E>, List<E>, Deque<E>, RandomAccess
Modifier and Type | Method and Description |
---|---|
TableService<E> |
subList(int fromIndex,
int toIndex) |
TableService<E> |
threadSafe()
Returns a thread-safe version of this service (used during
parallel updates).
|
clone, comparator
perform, split, update
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray
add, addFirst, addLast, contains, descendingIterator, element, getFirst, getLast, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
TableService<E> subList(int fromIndex, int toIndex)
TableService<E> threadSafe()
CollectionService
threadSafe
in interface CollectionService<E>
Copyright © 2005-2013 Javolution. All Rights Reserved.