Class Synchronized.SynchronizedNavigableSet<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>
org.docx4j.com.google.common.collect.Synchronized.SynchronizedNavigableSet<E>
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,NavigableSet<E>,Set<E>,SortedSet<E>
- Enclosing class:
- Synchronized
@GwtIncompatible
static class Synchronized.SynchronizedNavigableSet<E>
extends Synchronized.SynchronizedSortedSet<E>
implements NavigableSet<E>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) @MonotonicNonNull NavigableSet<E>private static final longFields 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.SynchronizedSortedSet
comparator, first, lastMethods 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.NavigableSet
iteratorMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface java.util.SortedSet
comparator, first, last, spliterator
-
Field Details
-
descendingSet
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Method Details
-
delegate
NavigableSet<E> delegate()- Overrides:
delegatein classSynchronized.SynchronizedSortedSet<E>
-
ceiling
- Specified by:
ceilingin interfaceNavigableSet<E>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceNavigableSet<E>
-
descendingSet
- Specified by:
descendingSetin interfaceNavigableSet<E>
-
floor
- Specified by:
floorin interfaceNavigableSet<E>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<E>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<E>- Specified by:
headSetin interfaceSortedSet<E>- Overrides:
headSetin classSynchronized.SynchronizedSortedSet<E>
-
higher
- Specified by:
higherin interfaceNavigableSet<E>
-
lower
- Specified by:
lowerin interfaceNavigableSet<E>
-
pollFirst
- Specified by:
pollFirstin interfaceNavigableSet<E>
-
pollLast
- Specified by:
pollLastin interfaceNavigableSet<E>
-
subSet
public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) - Specified by:
subSetin interfaceNavigableSet<E>
-
subSet
- Specified by:
subSetin interfaceNavigableSet<E>- Specified by:
subSetin interfaceSortedSet<E>- Overrides:
subSetin classSynchronized.SynchronizedSortedSet<E>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<E>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<E>- Specified by:
tailSetin interfaceSortedSet<E>- Overrides:
tailSetin classSynchronized.SynchronizedSortedSet<E>
-