|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CollectionProxy
ucar.unidata.util.SetProxy
ucar.unidata.util.SortedSetProxy
public class SortedSetProxy
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.util.CollectionProxy |
|---|
adaptee_ |
| Constructor Summary | |
|---|---|
SortedSetProxy(SortedSet adaptee)
_more_ |
|
| Method Summary | |
|---|---|
Comparator |
comparator()
_more_ |
Object |
first()
_more_ |
SortedSet |
headSet(Object arg)
_more_ |
Object |
last()
_more_ |
static void |
main(String[] args)
_more_ |
SortedSet |
subSet(Object arg1,
Object arg2)
_more_ |
SortedSet |
tailSet(Object arg)
_more_ |
| Methods inherited from class ucar.unidata.util.SetProxy |
|---|
equals, hashCode |
| Methods inherited from class ucar.unidata.util.CollectionProxy |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 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 SortedSetProxy(SortedSet adaptee)
adaptee - | Method Detail |
|---|
public Comparator comparator()
comparator in interface SortedSetpublic Object first()
first in interface SortedSetpublic SortedSet headSet(Object arg)
headSet in interface SortedSetarg -
public Object last()
last in interface SortedSet
public SortedSet subSet(Object arg1,
Object arg2)
subSet in interface SortedSetarg1 - arg2 -
public SortedSet tailSet(Object arg)
tailSet in interface SortedSetarg -
public static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||