ucar.unidata.util
Class SortedSetProxy

java.lang.Object
  extended by ucar.unidata.util.CollectionProxy
      extended by ucar.unidata.util.SetProxy
          extended by ucar.unidata.util.SortedSetProxy
All Implemented Interfaces:
Iterable, Collection, Set, SortedSet

public class SortedSetProxy
extends SetProxy
implements SortedSet

Version:
$Revision: 1.10 $ $Date: 2006/05/05 19:19:37 $
Author:
$Author: jeffmc $

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

SortedSetProxy

public SortedSetProxy(SortedSet adaptee)
_more_

Parameters:
adaptee -
Method Detail

comparator

public Comparator comparator()
_more_

Specified by:
comparator in interface SortedSet
Returns:
_more_

first

public Object first()
_more_

Specified by:
first in interface SortedSet
Returns:
_more_

headSet

public SortedSet headSet(Object arg)
_more_

Specified by:
headSet in interface SortedSet
Parameters:
arg -
Returns:
_more_

last

public Object last()
_more_

Specified by:
last in interface SortedSet
Returns:
_more_

subSet

public SortedSet subSet(Object arg1,
                        Object arg2)
_more_

Specified by:
subSet in interface SortedSet
Parameters:
arg1 -
arg2 -
Returns:
_more_

tailSet

public SortedSet tailSet(Object arg)
_more_

Specified by:
tailSet in interface SortedSet
Parameters:
arg -
Returns:
_more_

main

public static void main(String[] args)
_more_

Parameters:
args -