public interface IPTreeSet<E> extends IPSet<E>
Modifier and Type | Method and Description |
---|---|
E |
addOrReplace(E element) |
ListIterator<E> |
descendingListIterator() |
Comparator<? super E> |
getComparator() |
ListIterator<E> |
listIterator() |
ListIterator<E> |
listIterator(int index) |
E |
removeAndGetRemoved(Object object) |
notifyAdded, notifyRemoved
addListerner, removeListener
ListIterator<E> listIterator()
ListIterator<E> listIterator(int index)
ListIterator<E> descendingListIterator()
Comparator<? super E> getComparator()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.