public interface ShortSortedSet extends ShortSet, java.util.SortedSet<java.lang.Short>
| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator()
A Type Specific Comparator method
|
ShortSortedSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
default java.lang.Short |
first()
Deprecated.
|
short |
firstShort()
A method to get the first element in the set
|
ShortSortedSet |
headSet(short toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default ShortSortedSet |
headSet(java.lang.Short toElement)
Deprecated.
|
ShortBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
ShortBidirectionalIterator |
iterator(short fromElement)
A type Specific Iterator starting from a given key
|
default java.lang.Short |
last()
Deprecated.
|
short |
lastShort()
A method to get the last element in the set
|
short |
pollFirstShort()
A method to get and remove the first element in the set
|
short |
pollLastShort()
A method to get and remove the last element in the set
|
default ShortSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
ShortSortedSet |
subSet(short fromElement,
short toElement)
A Type Specific SubSet method to reduce boxing/unboxing
|
default ShortSortedSet |
subSet(java.lang.Short fromElement,
java.lang.Short toElement)
Deprecated.
|
default ShortSortedSet |
synchronize()
Creates a Wrapped SortedSet that is Synchronized
|
default ShortSortedSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped SortedSet that is Synchronized
|
ShortSortedSet |
tailSet(short fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
default ShortSortedSet |
tailSet(java.lang.Short fromElement)
Deprecated.
|
default ShortSortedSet |
unmodifiable()
Creates a Wrapped SortedSet that is unmodifiable
|
add, contains, remove, remove, remShortadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toShortArray, toShortArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedShortComparator comparator()
comparator in interface java.util.SortedSet<java.lang.Short>ShortSortedSet copy()
ShortCollectioncopy in interface ShortCollectioncopy in interface ShortSetShortBidirectionalIterator iterator()
ShortCollectioniterator in interface java.util.Collection<java.lang.Short>iterator in interface java.lang.Iterable<java.lang.Short>iterator in interface java.util.Set<java.lang.Short>iterator in interface ShortCollectioniterator in interface ShortIterableiterator in interface ShortSetCollection.iterator()ShortBidirectionalIterator iterator(short fromElement)
fromElement - the element the iterator should start fromjava.util.NoSuchElementException - if fromElement isn't founddefault ShortSortedSet synchronize()
synchronize in interface ShortCollectionsynchronize in interface ShortSetShortSets.synchronize(speiger.src.collections.shorts.sets.ShortSet)default ShortSortedSet synchronize(java.lang.Object mutex)
synchronize in interface ShortCollectionsynchronize in interface ShortSetmutex - is the controller of the synchronization blockShortSets.synchronize(speiger.src.collections.shorts.sets.ShortSet)default ShortSortedSet unmodifiable()
unmodifiable in interface ShortCollectionunmodifiable in interface ShortSetShortSets.unmodifiable(speiger.src.collections.shorts.sets.ShortSet)default ShortSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Short>spliterator in interface java.lang.Iterable<java.lang.Short>spliterator in interface java.util.Set<java.lang.Short>spliterator in interface ShortCollectionspliterator in interface ShortIterablespliterator in interface ShortSetspliterator in interface java.util.SortedSet<java.lang.Short>ShortSortedSet subSet(short fromElement, short toElement)
fromElement - where the SubSet should starttoElement - where the SubSet should endShortSortedSet headSet(short toElement)
toElement - where the HeadSet should endShortSortedSet tailSet(short fromElement)
fromElement - where the TailSet should startshort firstShort()
short pollFirstShort()
short lastShort()
short pollLastShort()
@Deprecated default ShortSortedSet subSet(java.lang.Short fromElement, java.lang.Short toElement)
subSet in interface java.util.SortedSet<java.lang.Short>@Deprecated default ShortSortedSet headSet(java.lang.Short toElement)
headSet in interface java.util.SortedSet<java.lang.Short>@Deprecated default ShortSortedSet tailSet(java.lang.Short fromElement)
tailSet in interface java.util.SortedSet<java.lang.Short>@Deprecated default java.lang.Short first()
first in interface java.util.SortedSet<java.lang.Short>@Deprecated default java.lang.Short last()
last in interface java.util.SortedSet<java.lang.Short>