Package com.google.common.collect
Class Synchronized.SynchronizedNavigableSet<E>
java.lang.Object
com.google.common.collect.Synchronized.SynchronizedObject
com.google.common.collect.Synchronized.SynchronizedCollection<E>
com.google.common.collect.Synchronized.SynchronizedSet<E>
com.google.common.collect.Synchronized.SynchronizedSortedSet<E>
com.google.common.collect.Synchronized.SynchronizedNavigableSet<E>
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,NavigableSet<E>,SequencedCollection<E>,SequencedSet<E>,Set<E>,SortedSet<E>
- Enclosing class:
Synchronized
static final class Synchronized.SynchronizedNavigableSet<E>
extends Synchronized.SynchronizedSortedSet<E>
implements NavigableSet<E>
-
Field Summary
FieldsFields inherited from class com.google.common.collect.Synchronized.SynchronizedObject
delegate, mutex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Synchronized.SynchronizedSortedSet
comparator, first, lastMethods inherited from class com.google.common.collect.Synchronized.SynchronizedSet
equals, hashCodeMethods inherited from class 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 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
iterator, removeFirst, removeLast, reversedMethods 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
addFirst, addLast, comparator, first, getFirst, getLast, 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>
-