Class Synchronized.SynchronizedSortedSet<E>
java.lang.Object
org.docx4j.com.google.common.collect.Synchronized.SynchronizedObject
org.docx4j.com.google.common.collect.Synchronized.SynchronizedCollection<E>
org.docx4j.com.google.common.collect.Synchronized.SynchronizedSet<E>
org.docx4j.com.google.common.collect.Synchronized.SynchronizedSortedSet<E>
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,Set<E>,SortedSet<E>
- Direct Known Subclasses:
Synchronized.SynchronizedNavigableSet
- Enclosing class:
- Synchronized
static class Synchronized.SynchronizedSortedSet<E>
extends Synchronized.SynchronizedSet<E>
implements SortedSet<E>
-
Field Summary
FieldsFields inherited from class org.docx4j.com.google.common.collect.Synchronized.SynchronizedObject
delegate, mutex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.com.google.common.collect.Synchronized.SynchronizedSet
equals, hashCodeMethods inherited from class org.docx4j.com.google.common.collect.Synchronized.SynchronizedCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayMethods inherited from class org.docx4j.com.google.common.collect.Synchronized.SynchronizedObject
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SynchronizedSortedSet
-
-
Method Details
-
delegate
- Overrides:
delegatein classSynchronized.SynchronizedSet<E>
-
comparator
- Specified by:
comparatorin interfaceSortedSet<E>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-