E - @StoreNotUseStandardSerialization @StorableClass public class PDescendingTreeSet<E> extends AbstractPTreeSet<E> implements Serializable
instanceFactory, treeSupport| Constructor and Description |
|---|
PDescendingTreeSet(TreeSupport<E> treeSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListerner(ICollectionListener<E> listener) |
E |
ceiling(E element) |
Iterator<E> |
descendingIterator()
revert iteration direction
|
E |
first()
revert first to last
|
E |
floor(E element) |
SortedSet<E> |
headSet(E toElement) |
NavigableSet<E> |
headSet(E toElement,
boolean inclusive) |
E |
higher(E element) |
Iterator<E> |
iterator()
revert iteration direction
|
E |
last()
revert last to first
|
E |
lower(E element) |
static PDescendingTreeSet |
newInstance(IInstanceFactory instanceFactory,
TreeSupport treeSupport) |
void |
notifyAdded(E added) |
void |
notifyRemoved(E removed) |
E |
pollFirst()
revert first to last
|
E |
pollLast()
revert last to first
|
void |
removeListener(int listenerIdentifier) |
NavigableSet<E> |
subSet(E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
SortedSet<E> |
tailSet(E fromElement) |
NavigableSet<E> |
tailSet(E fromElement,
boolean inclusive) |
add, addOrReplace, clear, clone, comparator, contains, descendingListIterator, descendingSet, get, getComparator, getTree, getTreeSupport, isEmpty, listIterator, listIterator, remove, removeAndGetRemoved, setTreeSupport, size, subSetequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic PDescendingTreeSet(TreeSupport<E> treeSupport)
public static PDescendingTreeSet newInstance(IInstanceFactory instanceFactory, TreeSupport treeSupport)
public Iterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface NavigableSet<E>iterator in interface Set<E>iterator in class AbstractPTreeSet<E>public Iterator<E> descendingIterator()
descendingIterator in interface NavigableSet<E>descendingIterator in class AbstractPTreeSet<E>public E first()
public E last()
public E pollFirst()
pollFirst in interface NavigableSet<E>pollFirst in class AbstractPTreeSet<E>public E pollLast()
pollLast in interface NavigableSet<E>pollLast in class AbstractPTreeSet<E>public E ceiling(E element)
ceiling in interface NavigableSet<E>ceiling in class AbstractPTreeSet<E>public E floor(E element)
floor in interface NavigableSet<E>floor in class AbstractPTreeSet<E>public E higher(E element)
higher in interface NavigableSet<E>higher in class AbstractPTreeSet<E>public E lower(E element)
lower in interface NavigableSet<E>lower in class AbstractPTreeSet<E>public SortedSet<E> headSet(E toElement)
headSet in interface NavigableSet<E>headSet in interface SortedSet<E>headSet in class AbstractPTreeSet<E>public NavigableSet<E> headSet(E toElement, boolean inclusive)
headSet in interface NavigableSet<E>headSet in class AbstractPTreeSet<E>public SortedSet<E> tailSet(E fromElement)
tailSet in interface NavigableSet<E>tailSet in interface SortedSet<E>tailSet in class AbstractPTreeSet<E>public NavigableSet<E> tailSet(E fromElement, boolean inclusive)
tailSet in interface NavigableSet<E>tailSet in class AbstractPTreeSet<E>public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
subSet in interface NavigableSet<E>subSet in class AbstractPTreeSet<E>public void notifyAdded(E added)
notifyAdded in interface ISupportListener<E>public void notifyRemoved(E removed)
notifyRemoved in interface ISupportListener<E>public void addListerner(ICollectionListener<E> listener)
addListerner in interface ICollectionListenable<E>public void removeListener(int listenerIdentifier)
removeListener in interface ICollectionListenable<E>Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.