Class SortedSetAdapter<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater<E>
com.github.andrewoma.dexx.collection.internal.adapter.SortedSetAdapter<E>
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,SequencedCollection<E>
,SequencedSet<E>
,Set<E>
,SortedSet<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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
-
Field Details
-
set
-
-
Constructor Details
-
SortedSetAdapter
-
-
Method Details
-
comparator
- Specified by:
comparator
in interfaceSortedSet<E>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-