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, comparatorperform, split, updateadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArrayadd, 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, sizeTableService<E> subList(int fromIndex, int toIndex)
TableService<E> threadSafe()
CollectionServicethreadSafe in interface CollectionService<E>Copyright © 2005-2013 Javolution. All Rights Reserved.