T - the type of elements maintained by this Collectionpublic interface ObjectNavigableSet<T> extends java.util.NavigableSet<T>, ObjectSortedSet<T>
| Modifier and Type | Method and Description |
|---|---|
ObjectNavigableSet<T> |
copy()
A Function that does a shallow clone of the Collection itself.
|
ObjectBidirectionalIterator<T> |
descendingIterator() |
ObjectNavigableSet<T> |
descendingSet() |
default ObjectNavigableSet<T> |
headSet(T toElement) |
ObjectNavigableSet<T> |
headSet(T toElement,
boolean inclusive) |
ObjectBidirectionalIterator<T> |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default ObjectSplititerator<T> |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
ObjectNavigableSet<T> |
subSet(T fromElement,
boolean fromInclusive,
T toElement,
boolean toInclusive) |
default ObjectNavigableSet<T> |
subSet(T fromElement,
T toElement) |
default ObjectNavigableSet<T> |
synchronize()
Creates a Wrapped NavigableSet that is Synchronized
|
default ObjectNavigableSet<T> |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableSet that is Synchronized
|
default ObjectNavigableSet<T> |
tailSet(T fromElement) |
ObjectNavigableSet<T> |
tailSet(T fromElement,
boolean inclusive) |
default ObjectNavigableSet<T> |
unmodifiable()
Creates a Wrapped NavigableSet that is unmodifiable
|
ceiling, floor, higher, lower, pollFirst, pollLastcomparator, iterator, pollFirst, pollLastaddAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, toArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sorteddefault ObjectNavigableSet<T> subSet(T fromElement, T toElement)
subSet in interface java.util.NavigableSet<T>subSet in interface ObjectSortedSet<T>subSet in interface java.util.SortedSet<T>default ObjectNavigableSet<T> headSet(T toElement)
headSet in interface java.util.NavigableSet<T>headSet in interface ObjectSortedSet<T>headSet in interface java.util.SortedSet<T>default ObjectNavigableSet<T> tailSet(T fromElement)
tailSet in interface java.util.NavigableSet<T>tailSet in interface ObjectSortedSet<T>tailSet in interface java.util.SortedSet<T>ObjectNavigableSet<T> subSet(T fromElement, boolean fromInclusive, T toElement, boolean toInclusive)
subSet in interface java.util.NavigableSet<T>ObjectNavigableSet<T> headSet(T toElement, boolean inclusive)
headSet in interface java.util.NavigableSet<T>ObjectNavigableSet<T> tailSet(T fromElement, boolean inclusive)
tailSet in interface java.util.NavigableSet<T>ObjectBidirectionalIterator<T> iterator()
ObjectCollectioniterator in interface java.util.Collection<T>iterator in interface java.lang.Iterable<T>iterator in interface java.util.NavigableSet<T>iterator in interface ObjectCollection<T>iterator in interface ObjectIterable<T>iterator in interface ObjectSet<T>iterator in interface ObjectSortedSet<T>iterator in interface java.util.Set<T>Collection.iterator()ObjectBidirectionalIterator<T> descendingIterator()
descendingIterator in interface java.util.NavigableSet<T>ObjectNavigableSet<T> descendingSet()
descendingSet in interface java.util.NavigableSet<T>ObjectNavigableSet<T> copy()
ObjectCollectioncopy in interface ObjectCollection<T>copy in interface ObjectSet<T>copy in interface ObjectSortedSet<T>default ObjectNavigableSet<T> synchronize()
synchronize in interface ObjectCollection<T>synchronize in interface ObjectSet<T>synchronize in interface ObjectSortedSet<T>ObjectSets.synchronize(speiger.src.collections.objects.sets.ObjectSet<T>)default ObjectNavigableSet<T> synchronize(java.lang.Object mutex)
synchronize in interface ObjectCollection<T>synchronize in interface ObjectSet<T>synchronize in interface ObjectSortedSet<T>mutex - is the controller of the synchronization blockObjectSets.synchronize(speiger.src.collections.objects.sets.ObjectSet<T>)default ObjectNavigableSet<T> unmodifiable()
unmodifiable in interface ObjectCollection<T>unmodifiable in interface ObjectSet<T>unmodifiable in interface ObjectSortedSet<T>ObjectSets.unmodifiable(speiger.src.collections.objects.sets.ObjectSet<T>)default ObjectSplititerator<T> spliterator()
spliterator in interface java.util.Collection<T>spliterator in interface java.lang.Iterable<T>spliterator in interface ObjectCollection<T>spliterator in interface ObjectIterable<T>spliterator in interface ObjectSet<T>spliterator in interface ObjectSortedSet<T>spliterator in interface java.util.Set<T>spliterator in interface java.util.SortedSet<T>