public interface SortedTableService<E> extends TableService<E>
CollectionService.IterationController
Modifier and Type | Method and Description |
---|---|
int |
addIfAbsent(E element)
Adds the specified element only if not already present.
|
int |
indexOf(E element)
Returns the index of the specified element or -1 if not present.
|
boolean |
remove(E element)
Removes the specified element if present.
|
int |
slotOf(E element)
Returns what would be the index of the specified element if it were
to be added.
|
add, addFirst, addLast, clear, get, getFirst, getLast, peekFirst, peekLast, pollFirst, pollLast, remove, removeFirst, removeLast, set, size
add, atomic, comparator, forEach, iterator, removeIf, trySplit
int addIfAbsent(E element)
int indexOf(E element)
boolean remove(E element)
int slotOf(E element)
Copyright © 2005-2013 Javolution. All Rights Reserved.