Package ucar.unidata.util
Class SortedSetProxy
java.lang.Object
ucar.unidata.util.CollectionProxy
ucar.unidata.util.SetProxy
ucar.unidata.util.SortedSetProxy
- All Implemented Interfaces:
Iterable
,Collection
,SequencedCollection
,SequencedSet
,Set
,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
Constructors -
Method Summary
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.Collection
parallelStream, removeIf, stream, toArray
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.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Constructor Details
-
SortedSetProxy
_more_- Parameters:
adaptee
-
-
-
Method Details
-
comparator
_more_- Specified by:
comparator
in interfaceSortedSet
- Returns:
- _more_
-
first
_more_ -
headSet
_more_ -
last
_more_ -
subSet
_more_ -
tailSet
_more_ -
main
_more_- Parameters:
args
-
-