|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.net4j.util.event.Notifier
org.eclipse.net4j.util.container.delegate.AbstractDelegator<E>
org.eclipse.net4j.util.container.delegate.ContainerCollection<E>
org.eclipse.net4j.util.container.delegate.ContainerSet<E>
org.eclipse.net4j.util.container.delegate.ContainerSortedSet<E>
public class ContainerSortedSet<E>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegator |
---|
AbstractDelegator.DelegatingIterator |
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier |
---|
INotifier.Introspection |
Constructor Summary | |
---|---|
ContainerSortedSet(java.util.SortedSet<E> delegate)
|
Method Summary | |
---|---|
java.util.Comparator<? super E> |
comparator()
|
E |
first()
|
java.util.SortedSet<E> |
getDelegate()
|
java.util.SortedSet<E> |
headSet(E toElement)
|
E |
last()
|
java.util.SortedSet<E> |
subSet(E fromElement,
E toElement)
|
java.util.SortedSet<E> |
tailSet(E fromElement)
|
Methods inherited from class org.eclipse.net4j.util.container.delegate.ContainerCollection |
---|
add, addAll, clear, contains, containsAll, equals, getElements, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegator |
---|
createEvent, dispatchEvent, fireAddedEvent, fireRemovedEvent |
Methods inherited from class org.eclipse.net4j.util.event.Notifier |
---|
addListener, fireEvent, getListeners, hasListeners, removeListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.net4j.util.container.IContainer |
---|
getElements, isEmpty |
Methods inherited from interface org.eclipse.net4j.util.event.INotifier |
---|
addListener, removeListener |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public ContainerSortedSet(java.util.SortedSet<E> delegate)
Method Detail |
---|
public java.util.SortedSet<E> getDelegate()
getDelegate
in interface IContainerCollection<E>
getDelegate
in interface IContainerSet<E>
getDelegate
in interface IContainerSortedSet<E>
getDelegate
in class ContainerSet<E>
public java.util.Comparator<? super E> comparator()
comparator
in interface java.util.SortedSet<E>
public E first()
first
in interface java.util.SortedSet<E>
public E last()
last
in interface java.util.SortedSet<E>
public java.util.SortedSet<E> headSet(E toElement)
headSet
in interface java.util.SortedSet<E>
public java.util.SortedSet<E> subSet(E fromElement, E toElement)
subSet
in interface java.util.SortedSet<E>
public java.util.SortedSet<E> tailSet(E fromElement)
tailSet
in interface java.util.SortedSet<E>
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |